#3BA9D0

Color #3BA9D0 Summer Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Sky #3BA9D0

Tints of Summer Sky #3BA9D0

Color information

#3BA9D0 (or 0x3BA9D0) is unknown color: approx Summer Sky. HEX triplet: 3B, A9 and D0. RGB value is (59,169,208). Sum of RGB (Red+Green+Blue) = 59+169+208=436 (57% of max value = 765). Red value is 59 (23.44% from 255 or 13.53% from 436); Green value is 169 (66.41% from 255 or 38.76% from 436); Blue value is 208 (81.64% from 255 or 47.71% from 436); Max value from RGB is 208 - color contains mainly: blue. Hex color #3BA9D0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3BA9D0 is #C4562F. Grayscale: #8C8C8C. Windows color (decimal): -12867120 or 13674811. OLE color: 13674811.

HSL color Cylindrical-coordinate representation of color #3BA9D0: hue angle of 195.7º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3BA9D0 is Cyan = 0.72, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB59169208-
CMYK0.720.1900.18
HSL195.7º61.32%52.35%-
HSV(B)195.7º71.63%81.57%-
XYZ27.3833.8664.77-
YUV140.56166.0669.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 59 (23.44% from 255) = 13.53%
GREEN value IS 169 (66.41% from 255) = 38.76%
BLUE value IS 208 (81.64% from 255) = 47.71%
R=13.53%
G=38.76%
B=47.71%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal591692080.720.1900.18195.761.3252.35
Hex3BA9D04813012c43d34
Octal73251320110230223047564
Binary111011101010011101000010010001001101001011000100111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BA9D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3BA9D0; }

 p { color: rgb(59,169,208); }

 H1.HeaderClassName
 {
   color: #3BA9D0;
 }
 .AnyTagClassName
 {
   color: #3BA9D0;
 }
</style>
background-color css

<style>
 a { background-color: #3BA9D0; }

 a { background-color: rgb(59,169,208); }

 div.DivClassName
 {
   background-color: #3BA9D0;
 }
 .BgClassName
 {
   background-color: #3BA9D0;
 }
</style>
border-color css

<style>
 span { border-color: #3BA9D0; }

 span { border-color: rgb(59,169,208); }

 td.TdClassName
 {
   border-color: #3BA9D0;
 }
 .TagClassName
 {
   border-color: #3BA9D0;
 }
</style>