COLOR #3BAFDF

HEX: #3BAFDF
RGB: (59,175,223)

Color info

#3BAFDF contains mainly green and blue colors. Web safe color of #3BAFDF is #3399CC (or #39C).

RGB color model

#3BAFDF color RGB value is (59,175,223).

  • red value is 59;
  • green value is 175;
  • blue value is 223.
RGB:
(59,175,223)
(23%,69%,87%)

RGB channels and saturation

R 59 of 255 = 23%
G 175 of 255 = 69%
B 223 of 255 = 87%

59
175
223

R + G + B ~ 60%. #3BAFDF is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
59 + 175 + 223 = 457 (100%)
R 59 of 457 ~ 12.91%
G 175 of 457 ~ 38.29%
B 223 of 457 ~ 48.8%

%12.91
%38.29
%48.8

CMYK color model

#3BAFDF color CMYK value is (74,22,0,13).

  • cyan value is 73.54%
  • magenta value is 21.52%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(74,22,0,13)
C74M22Y0K13 
(74%,22%,0%,13%)
(0.74/0.22/0.00/0.13)	

CMYK percentages

%73.54
%21.52
%0
%12.55

Codes

Color #3BAFDF in popluar color models

3BAFDF
RGB59175223
HSL198°71.93%55.29%
HSB/HSV198°73.54%87.45%
CMYK73.54%21.52%0.00%
12.55%

Color #3BAFDF in popluar number systems.

HEX3BAFDF
Decimal59175223
Binary1110111010111111011111
Octal73257337

Shades and tints

Shades of #3BAFDF

#3BAFDF
(59,175,223)
#36A0CB
(54,160,203)
#3191B7
(49,145,183)
#2C82A3
(44,130,163)
#27738F
(39,115,143)
#22647B
(34,100,123)
#1D5567
(29,85,103)
#184653
(24,70,83)
#13373F
(19,55,63)
#0E282B
(14,40,43)
#091917
(9,25,23)
#000000
(0,0,0)

Tints of #3BAFDF

#3BAFDF
(59,175,223)
#4CB6E1
(76,182,225)
#5DBDE3
(93,189,227)
#6EC4E5
(110,196,229)
#7FCBE7
(127,203,231)
#90D2E9
(144,210,233)
#A1D9EB
(161,217,235)
#B2E0ED
(178,224,237)
#C3E7EF
(195,231,239)
#D4EEF1
(212,238,241)
#E5F5F3
(229,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3BAFDF color. Also use rgb(59,175,223) instead hex code.

Text Font Color

.myTextColor { color: #3BAFDF; }

<p style="color:#3BAFDF">This sample text font color is #3BAFDF.</p>

This text font color is #3BAFDF.


Background Color

.myBgColor { background-color: #3BAFDF; }

<div style="background-color:#3BAFDF">Inner text</div>

This div background color is #3BAFDF.


Border color

.myBorderColor { border: 1px solid #3BAFDF; }

<div style="border:3px solid #3BAFDF">Div</div>

This div border color is #3BAFDF.


Opacity

.myOpacity80 { color: #3BAFDF; opacity: 0.8; }

<p style="color:#3BAFDF;opacity:0.8;">80%</p>

Text with #3BAFDF color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #3BAFDF;}

<p style="text-shadow: 3px 3px 1px #3BAFDF">Text here.</p>

This text has shadow with #3BAFDF color.

.textShadow {text-shadow: 3px 3px 1px #3BAFDF, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #3BAFDF, 5px 5px 20px red">Text here.</p>

This text has shadow with #3BAFDF primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#3BAFDF, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#3BAFDF, Direction=45, Strength=4)">Text</p>

This text has shadow with #3BAFDF and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #3BAFDF;
  -webkit-box-shadow:	1px 1px 3px 2px #3BAFDF;
  box-shadow:		1px 1px 3px 2px #3BAFDF;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #3BAFDF;
-webkit-box-shadow: 1px 1px 3px 2px #3BAFDF;
box-shadow:1px 1px 3px 2px #3BAFDF;">
Div content here</div>
This div box has shadow with color #3BAFDF.

Preview

Color preview on black background

This text has color #3BAFDF on black background.


Color preview on white background

This text has color #3BAFDF on white background.



Black color preview on #3BAFDF background

This text has black color on #3BAFDF background.


White color preview on #3BAFDF background

This text has white color on #3BAFDF background.