#3B95DE

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

Shades of Summer Sky #3B95DE

Tints of Summer Sky #3B95DE

Color information

#3B95DE (or 0x3B95DE) is unknown color: approx Summer Sky. HEX triplet: 3B, 95 and DE. RGB value is (59,149,222). Sum of RGB (Red+Green+Blue) = 59+149+222=430 (56% of max value = 765). Red value is 59 (23.44% from 255 or 13.72% from 430); Green value is 149 (58.59% from 255 or 34.65% from 430); Blue value is 222 (87.11% from 255 or 51.63% from 430); Max value from RGB is 222 - color contains mainly: blue. Hex color #3B95DE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3B95DE is #C46A21. Grayscale: #828282. Windows color (decimal): -12872226 or 14587195. OLE color: 14587195.

HSL color Cylindrical-coordinate representation of color #3B95DE: hue angle of 206.87º 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 #3B95DE is Cyan = 0.73, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB59149222-
CMYK0.730.3300.13
HSL206.87º71.18%55.1%-
HSV(B)206.87º73.42%87.06%-
XYZ25.7427.773.1-
YUV130.41179.6877.06-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 13.72%
GREEN value IS 149 (58.59% from 255) = 34.65%
BLUE value IS 222 (87.11% from 255) = 51.63%
R=13.72%
G=34.65%
B=51.63%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal591492220.730.3300.13206.8771.1855.1
Hex3B95DE49210Dcf4737
Octal732253361114101531710767
Binary1110111001010111011110100100110000101101110011111000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B95DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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