Html Css Color HEX #359CEC Summer Sky

📋 copy color: '#359CEC'

red 53 ◦ green 156 ◦ blue 236

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

Shades of Summer Sky #359CEC

Tints of Summer Sky #359CEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 53.03%

R = 11.91%
G = 35.06%
B = 53.03%

CMYK

 C value IS 0.78

 M value IS 0.34

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#359CEC (or 0x359CEC) is known color: Summer Sky. HEX triplet: 35, 9C and EC. RGB value is (53,156,236). Sum of RGB (Red+Green+Blue) = 53+156+236=445 (58% of max value = 765). Red value is 53 (21.09% from 255 or 11.91% from 445); Green value is 156 (61.33% from 255 or 35.06% from 445); Blue value is 236 (92.58% from 255 or 53.03% from 445); Max value from RGB is 236 - color contains mainly: blue. Hex color #359CEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #359CEC is #CA6313. Grayscale: #858585. Windows color (decimal): -13263636 or 15506485. OLE color: 15506485.

HSL color Cylindrical-coordinate representation of color #359CEC: hue angle of 206.23º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #359CEC is Cyan = 0.78, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 53 156 236 -
CMYK 0.78 0.34 0 0.07
HSL 206.23º 0.83% 0.57% -
HSV(B) 206.23º 0.78% 0.93% -
XYZ 28.5 30.59 83.76 -
YUV 134.32 185.38 70 -
System Red Green Blue C M Y K H S L
Decimal 53 156 236 0.78 0.34 0 0.07 206.23 0.83 0.57
Hex 35 9C EC 4E 22 0 7 CE 53 39
Octal 65 234 354 116 42 0 7 316 123 71
Binary 110101 10011100 11101100 1001110 100010 0 111 11001110 1010011 111001

Color Harmonies of #359CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359CEC

Black with #359CEC

Text Example


Text Example

White with #359CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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