#3B94DE

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

Shades of Summer Sky #3B94DE

Tints of Summer Sky #3B94DE

Color information

#3B94DE (or 0x3B94DE) is unknown color: approx Summer Sky. HEX triplet: 3B, 94 and DE. RGB value is (59,148,222). Sum of RGB (Red+Green+Blue) = 59+148+222=429 (56% of max value = 765). Red value is 59 (23.44% from 255 or 13.75% from 429); Green value is 148 (58.20% from 255 or 34.50% from 429); Blue value is 222 (87.11% from 255 or 51.75% from 429); Max value from RGB is 222 - color contains mainly: blue. Hex color #3B94DE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3B94DE is #C46B21. Grayscale: #818181. Windows color (decimal): -12872482 or 14586939. OLE color: 14586939.

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

Color convert

RGB59148222-
CMYK0.730.3300.13
HSL207.24º71.18%55.1%-
HSV(B)207.24º73.42%87.06%-
XYZ25.5827.3873.04-
YUV129.82180.0177.48-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 13.75%
GREEN value IS 148 (58.20% from 255) = 34.50%
BLUE value IS 222 (87.11% from 255) = 51.75%
R=13.75%
G=34.50%
B=51.75%

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
Decimal591482220.730.3300.13207.2471.1855.1
Hex3B94DE49210Dcf4737
Octal732243361114101531710767
Binary1110111001010011011110100100110000101101110011111000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B94DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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