Html Css Color HEX #3CA5DB Summer Sky

📋 copy color: '#3CA5DB'

red 60 ◦ green 165 ◦ blue 219

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

Shades of Summer Sky #3CA5DB

Tints of Summer Sky #3CA5DB

RGB

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

 GREEN value IS 165 (64.84% from 255) = 37.16%

 BLUE value IS 219 (85.94% from 255) = 49.32%

R = 13.51%
G = 37.16%
B = 49.32%

CMYK

 C value IS 0.73

 M value IS 0.25

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3CA5DB (or 0x3CA5DB) is known color: Summer Sky. HEX triplet: 3C, A5 and DB. RGB value is (60,165,219). Sum of RGB (Red+Green+Blue) = 60+165+219=444 (58% of max value = 765). Red value is 60 (23.83% from 255 or 13.51% from 444); Green value is 165 (64.84% from 255 or 37.16% from 444); Blue value is 219 (85.94% from 255 or 49.32% from 444); Max value from RGB is 219 - color contains mainly: blue. Hex color #3CA5DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3CA5DB is #C35A24. Grayscale: #8B8B8B. Windows color (decimal): -12802597 or 14394684. OLE color: 14394684.

HSL color Cylindrical-coordinate representation of color #3CA5DB: hue angle of 200.38º degrees, saturation: 0.69, 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 #3CA5DB is Cyan = 0.73, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 60 165 219 -
CMYK 0.73 0.25 0 0.14
HSL 200.38º 0.69% 0.55% -
HSV(B) 200.38º 0.73% 0.86% -
XYZ 28.1 32.99 71.9 -
YUV 139.76 172.71 71.11 -
System Red Green Blue C M Y K H S L
Decimal 60 165 219 0.73 0.25 0 0.14 200.38 0.69 0.55
Hex 3C A5 DB 49 19 0 E C8 45 37
Octal 74 245 333 111 31 0 16 310 105 67
Binary 111100 10100101 11011011 1001001 11001 0 1110 11001000 1000101 110111

Color Harmonies of #3CA5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CA5DB

Black with #3CA5DB

Text Example


Text Example

White with #3CA5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,165,219); }

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

background-color css

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

 a { background-color: rgb(60,165,219); }

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

border-color css

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

 span { border-color: rgb(60,165,219); }

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