Html Css Color HEX #359ECB Summer Sky

📋 copy color: '#359ECB'

red 53 ◦ green 158 ◦ blue 203

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

Shades of Summer Sky #359ECB

Tints of Summer Sky #359ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 49.03%

R = 12.8%
G = 38.16%
B = 49.03%

CMYK

 C value IS 0.74

 M value IS 0.22

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#359ECB (or 0x359ECB) is known color: Summer Sky. HEX triplet: 35, 9E and CB. RGB value is (53,158,203). Sum of RGB (Red+Green+Blue) = 53+158+203=414 (54% of max value = 765). Red value is 53 (21.09% from 255 or 12.80% from 414); Green value is 158 (62.11% from 255 or 38.16% from 414); Blue value is 203 (79.69% from 255 or 49.03% from 414); Max value from RGB is 203 - color contains mainly: blue. Hex color #359ECB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #359ECB is #CA6134. Grayscale: #838383. Windows color (decimal): -13263157 or 13344309. OLE color: 13344309.

HSL color Cylindrical-coordinate representation of color #359ECB: hue angle of 198º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #359ECB is Cyan = 0.74, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 53 158 203 -
CMYK 0.74 0.22 0 0.20
HSL 198º 0.59% 0.5% -
HSV(B) 198º 0.74% 0.8% -
XYZ 24.47 29.52 60.91 -
YUV 131.74 168.21 71.84 -
System Red Green Blue C M Y K H S L
Decimal 53 158 203 0.74 0.22 0 0.20 198 0.59 0.5
Hex 35 9E CB 4A 16 0 14 C6 3B 32
Octal 65 236 313 112 26 0 24 306 73 62
Binary 110101 10011110 11001011 1001010 10110 0 10100 11000110 111011 110010

Color Harmonies of #359ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359ECB

Black with #359ECB

Text Example


Text Example

White with #359ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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