Html Css Color HEX #359EEC Summer Sky

📋 copy color: '#359EEC'

red 53 ◦ green 158 ◦ blue 236

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

Shades of Summer Sky #359EEC

Tints of Summer Sky #359EEC

RGB

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

 GREEN value IS 158 (62.11% from 255) = 35.35%

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

R = 11.86%
G = 35.35%
B = 52.8%

CMYK

 C value IS 0.78

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#359EEC (or 0x359EEC) is known color: Summer Sky. HEX triplet: 35, 9E and EC. RGB value is (53,158,236). Sum of RGB (Red+Green+Blue) = 53+158+236=447 (59% of max value = 765). Red value is 53 (21.09% from 255 or 11.86% from 447); Green value is 158 (62.11% from 255 or 35.35% from 447); Blue value is 236 (92.58% from 255 or 52.80% from 447); Max value from RGB is 236 - color contains mainly: blue. Hex color #359EEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #359EEC is #CA6113. Grayscale: #878787. Windows color (decimal): -13263124 or 15506997. OLE color: 15506997.

HSL color Cylindrical-coordinate representation of color #359EEC: hue angle of 205.57º 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 #359EEC is Cyan = 0.78, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 53 158 236 -
CMYK 0.78 0.33 0 0.07
HSL 205.57º 0.83% 0.57% -
HSV(B) 205.57º 0.78% 0.93% -
XYZ 28.84 31.27 83.87 -
YUV 135.5 184.71 69.16 -
System Red Green Blue C M Y K H S L
Decimal 53 158 236 0.78 0.33 0 0.07 205.57 0.83 0.57
Hex 35 9E EC 4E 21 0 7 CE 53 39
Octal 65 236 354 116 41 0 7 316 123 71
Binary 110101 10011110 11101100 1001110 100001 0 111 11001110 1010011 111001

Color Harmonies of #359EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359EEC

Black with #359EEC

Text Example


Text Example

White with #359EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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