#3B9BD0

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

Shades of Summer Sky #3B9BD0

Tints of Summer Sky #3B9BD0

Color information

#3B9BD0 (or 0x3B9BD0) is unknown color: approx Summer Sky. HEX triplet: 3B, 9B and D0. RGB value is (59,155,208). Sum of RGB (Red+Green+Blue) = 59+155+208=422 (55% of max value = 765). Red value is 59 (23.44% from 255 or 13.98% from 422); Green value is 155 (60.94% from 255 or 36.73% from 422); Blue value is 208 (81.64% from 255 or 49.29% from 422); Max value from RGB is 208 - color contains mainly: blue. Hex color #3B9BD0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3B9BD0 is #C4642F. Grayscale: #848484. Windows color (decimal): -12870704 or 13671227. OLE color: 13671227.

HSL color Cylindrical-coordinate representation of color #3B9BD0: hue angle of 201.34º 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 #3B9BD0 is Cyan = 0.72, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB59155208-
CMYK0.720.2500.18
HSL201.34º61.32%52.35%-
HSV(B)201.34º71.63%81.57%-
XYZ24.9128.9363.94-
YUV132.34170.775.69-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 13.98%
GREEN value IS 155 (60.94% from 255) = 36.73%
BLUE value IS 208 (81.64% from 255) = 49.29%
R=13.98%
G=36.73%
B=49.29%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal591552080.720.2500.18201.3461.3252.35
Hex3B9BD04819012c93d34
Octal73233320110310223117564
Binary111011100110111101000010010001100101001011001001111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B9BD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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