#3B94DC

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

Shades of Summer Sky #3B94DC

Tints of Summer Sky #3B94DC

Color information

#3B94DC (or 0x3B94DC) is unknown color: approx Summer Sky. HEX triplet: 3B, 94 and DC. RGB value is (59,148,220). Sum of RGB (Red+Green+Blue) = 59+148+220=427 (56% of max value = 765). Red value is 59 (23.44% from 255 or 13.82% from 427); Green value is 148 (58.20% from 255 or 34.66% from 427); Blue value is 220 (86.33% from 255 or 51.52% from 427); Max value from RGB is 220 - color contains mainly: blue. Hex color #3B94DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3B94DC is #C46B23. Grayscale: #818181. Windows color (decimal): -12872484 or 14455867. OLE color: 14455867.

HSL color Cylindrical-coordinate representation of color #3B94DC: hue angle of 206.83º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3B94DC is Cyan = 0.73, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB59148220-
CMYK0.730.3300.14
HSL206.83º69.7%54.71%-
HSV(B)206.83º73.18%86.27%-
XYZ25.3127.2871.64-
YUV129.6179.0177.65-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 13.82%
GREEN value IS 148 (58.20% from 255) = 34.66%
BLUE value IS 220 (86.33% from 255) = 51.52%
R=13.82%
G=34.66%
B=51.52%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal591482200.730.3300.14206.8369.754.71
Hex3B94DC49210Ecf4637
Octal732243341114101631710667
Binary1110111001010011011100100100110000101110110011111000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B94DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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