#3C94DE

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

Shades of Summer Sky #3C94DE

Tints of Summer Sky #3C94DE

Color information

#3C94DE (or 0x3C94DE) is unknown color: approx Summer Sky. HEX triplet: 3C, 94 and DE. RGB value is (60,148,222). Sum of RGB (Red+Green+Blue) = 60+148+222=430 (56% of max value = 765). Red value is 60 (23.83% from 255 or 13.95% from 430); Green value is 148 (58.20% from 255 or 34.42% 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 #3C94DE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3C94DE is #C36B21. Grayscale: #818181. Windows color (decimal): -12806946 or 14586940. OLE color: 14586940.

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

Color convert

RGB60148222-
CMYK0.730.3300.13
HSL207.41º71.05%55.29%-
HSV(B)207.41º72.97%87.06%-
XYZ25.6427.4173.05-
YUV130.12179.8577.98-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 13.95%
GREEN value IS 148 (58.20% from 255) = 34.42%
BLUE value IS 222 (87.11% from 255) = 51.63%
R=13.95%
G=34.42%
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
Decimal601482220.730.3300.13207.4171.0555.29
Hex3C94DE49210Dcf4737
Octal742243361114101531710767
Binary1111001001010011011110100100110000101101110011111000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C94DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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