#3CA6E4

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

Shades of Summer Sky #3CA6E4

Tints of Summer Sky #3CA6E4

Color information

#3CA6E4 (or 0x3CA6E4) is unknown color: approx Summer Sky. HEX triplet: 3C, A6 and E4. RGB value is (60,166,228). Sum of RGB (Red+Green+Blue) = 60+166+228=454 (60% of max value = 765). Red value is 60 (23.83% from 255 or 13.22% from 454); Green value is 166 (65.23% from 255 or 36.56% from 454); Blue value is 228 (89.45% from 255 or 50.22% from 454); Max value from RGB is 228 - color contains mainly: blue. Hex color #3CA6E4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3CA6E4 is #C3591B. Grayscale: #8D8D8D. Windows color (decimal): -12802332 or 14984764. OLE color: 14984764.

HSL color Cylindrical-coordinate representation of color #3CA6E4: hue angle of 202.14º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3CA6E4 is Cyan = 0.74, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB60166228-
CMYK0.740.2700.11
HSL202.14º75.68%56.47%-
HSV(B)202.14º73.68%89.41%-
XYZ29.533.8378.37-
YUV141.37176.8869.96-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 13.22%
GREEN value IS 166 (65.23% from 255) = 36.56%
BLUE value IS 228 (89.45% from 255) = 50.22%
R=13.22%
G=36.56%
B=50.22%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal601662280.740.2700.11202.1475.6856.47
Hex3CA6E44A1B0Bca4c38
Octal742463441123301331211470
Binary111100101001101110010010010101101101011110010101001100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CA6E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,166,228); }

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

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

 a { background-color: rgb(60,166,228); }

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

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

 span { border-color: rgb(60,166,228); }

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