Html Css Color HEX #359CDC Summer Sky

📋 copy color: '#359CDC'

red 53 ◦ green 156 ◦ blue 220

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

Shades of Summer Sky #359CDC

Tints of Summer Sky #359CDC

RGB

 RED value IS 53 (21.09% from 255) = 12.35%

 GREEN value IS 156 (61.33% from 255) = 36.36%

 BLUE value IS 220 (86.33% from 255) = 51.28%

R = 12.35%
G = 36.36%
B = 51.28%

CMYK

 C value IS 0.76

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#359CDC (or 0x359CDC) is known color: Summer Sky. HEX triplet: 35, 9C and DC. RGB value is (53,156,220). Sum of RGB (Red+Green+Blue) = 53+156+220=429 (56% of max value = 765). Red value is 53 (21.09% from 255 or 12.35% from 429); Green value is 156 (61.33% from 255 or 36.36% from 429); Blue value is 220 (86.33% from 255 or 51.28% from 429); Max value from RGB is 220 - color contains mainly: blue. Hex color #359CDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #359CDC is #CA6323. Grayscale: #848484. Windows color (decimal): -13263652 or 14457909. OLE color: 14457909.

HSL color Cylindrical-coordinate representation of color #359CDC: hue angle of 202.99º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #359CDC is Cyan = 0.76, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 53 156 220 -
CMYK 0.76 0.29 0 0.14
HSL 202.99º 0.7% 0.54% -
HSV(B) 202.99º 0.76% 0.86% -
XYZ 26.27 29.7 72.06 -
YUV 132.5 177.38 71.3 -
System Red Green Blue C M Y K H S L
Decimal 53 156 220 0.76 0.29 0 0.14 202.99 0.7 0.54
Hex 35 9C DC 4C 1D 0 E CB 46 36
Octal 65 234 334 114 35 0 16 313 106 66
Binary 110101 10011100 11011100 1001100 11101 0 1110 11001011 1000110 110110

Color Harmonies of #359CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359CDC

Black with #359CDC

Text Example


Text Example

White with #359CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #359CDC; }

 p { color: rgb(53,156,220); }

 H1.HeaderClassName
 {
   color: #359CDC;
 }
 .AnyTagClassName
 {
   color: #359CDC;
 }
</style>

background-color css

<style>
 a { background-color: #359CDC; }

 a { background-color: rgb(53,156,220); }

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

border-color css

<style>
 span { border-color: #359CDC; }

 span { border-color: rgb(53,156,220); }

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