#3CA8E1

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

Shades of Summer Sky #3CA8E1

Tints of Summer Sky #3CA8E1

Color information

#3CA8E1 (or 0x3CA8E1) is unknown color: approx Summer Sky. HEX triplet: 3C, A8 and E1. RGB value is (60,168,225). Sum of RGB (Red+Green+Blue) = 60+168+225=453 (60% of max value = 765). Red value is 60 (23.83% from 255 or 13.25% from 453); Green value is 168 (66.02% from 255 or 37.09% from 453); Blue value is 225 (88.28% from 255 or 49.67% from 453); Max value from RGB is 225 - color contains mainly: blue. Hex color #3CA8E1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3CA8E1 is #C3571E. Grayscale: #8D8D8D. Windows color (decimal): -12801823 or 14788668. OLE color: 14788668.

HSL color Cylindrical-coordinate representation of color #3CA8E1: hue angle of 200.73º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3CA8E1 is Cyan = 0.73, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB60168225-
CMYK0.730.2500.12
HSL200.73º73.33%55.88%-
HSV(B)200.73º73.33%88.24%-
XYZ29.4634.476.32-
YUV142.21174.7269.37-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 13.25%
GREEN value IS 168 (66.02% from 255) = 37.09%
BLUE value IS 225 (88.28% from 255) = 49.67%
R=13.25%
G=37.09%
B=49.67%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal601682250.730.2500.12200.7373.3355.88
Hex3CA8E149190Cc94938
Octal742503411113101431111170
Binary111100101010001110000110010011100101100110010011001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CA8E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,168,225); }

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

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

 a { background-color: rgb(60,168,225); }

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

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

 span { border-color: rgb(60,168,225); }

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