Html Css Color HEX #3CA2DE Summer Sky

📋 copy color: '#3CA2DE'

red 60 ◦ green 162 ◦ blue 222

#3CA2DE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Summer Sky #3CA2DE

Tints of Summer Sky #3CA2DE

RGB

 RED value IS 60 (23.83% from 255) = 13.51%

 GREEN value IS 162 (63.67% from 255) = 36.49%

 BLUE value IS 222 (87.11% from 255) = 50%

R = 13.51%
G = 36.49%
B = 50%

CMYK

 C value IS 0.73

 M value IS 0.27

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3CA2DE (or 0x3CA2DE) is known color: Summer Sky. HEX triplet: 3C, A2 and DE. RGB value is (60,162,222). Sum of RGB (Red+Green+Blue) = 60+162+222=444 (58% of max value = 765). Red value is 60 (23.83% from 255 or 13.51% from 444); Green value is 162 (63.67% from 255 or 36.49% from 444); Blue value is 222 (87.11% from 255 or 50% from 444); Max value from RGB is 222 - color contains mainly: blue. Hex color #3CA2DE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3CA2DE is #C35D21. Grayscale: #8A8A8A. Windows color (decimal): -12803362 or 14590524. OLE color: 14590524.

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

Color convert

RGB 60 162 222 -
CMYK 0.73 0.27 0 0.13
HSL 202.22º 0.71% 0.55% -
HSV(B) 202.22º 0.73% 0.87% -
XYZ 27.97 32.08 73.82 -
YUV 138.34 175.21 72.12 -
System Red Green Blue C M Y K H S L
Decimal 60 162 222 0.73 0.27 0 0.13 202.22 0.71 0.55
Hex 3C A2 DE 49 1B 0 D CA 47 37
Octal 74 242 336 111 33 0 15 312 107 67
Binary 111100 10100010 11011110 1001001 11011 0 1101 11001010 1000111 110111

Color Harmonies of #3CA2DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CA2DE

Black with #3CA2DE

Text Example


Text Example

White with #3CA2DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3CA2DE;
 }
 .AnyTagClassName
 {
   color: #3CA2DE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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