#3B96DE

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

Shades of Summer Sky #3B96DE

Tints of Summer Sky #3B96DE

Color information

#3B96DE (or 0x3B96DE) is unknown color: approx Summer Sky. HEX triplet: 3B, 96 and DE. RGB value is (59,150,222). Sum of RGB (Red+Green+Blue) = 59+150+222=431 (57% of max value = 765). Red value is 59 (23.44% from 255 or 13.69% from 431); Green value is 150 (58.98% from 255 or 34.80% from 431); Blue value is 222 (87.11% from 255 or 51.51% from 431); Max value from RGB is 222 - color contains mainly: blue. Hex color #3B96DE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3B96DE is #C46921. Grayscale: #828282. Windows color (decimal): -12871970 or 14587451. OLE color: 14587451.

HSL color Cylindrical-coordinate representation of color #3B96DE: hue angle of 206.5º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3B96DE is Cyan = 0.73, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB59150222-
CMYK0.730.3200.13
HSL206.5º71.18%55.1%-
HSV(B)206.5º73.42%87.06%-
XYZ25.8928.0273.15-
YUV131179.3576.65-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 13.69%
GREEN value IS 150 (58.98% from 255) = 34.80%
BLUE value IS 222 (87.11% from 255) = 51.51%
R=13.69%
G=34.80%
B=51.51%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal591502220.730.3200.13206.571.1855.1
Hex3B96DE49200Dcf4737
Octal732263361114001531710767
Binary1110111001011011011110100100110000001101110011111000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B96DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,150,222); }

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

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

 a { background-color: rgb(59,150,222); }

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

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

 span { border-color: rgb(59,150,222); }

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