Html Css Color HEX #359ECC Summer Sky

📋 copy color: '#359ECC'

red 53 ◦ green 158 ◦ blue 204

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

Shades of Summer Sky #359ECC

Tints of Summer Sky #359ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 49.16%

R = 12.77%
G = 38.07%
B = 49.16%

CMYK

 C value IS 0.74

 M value IS 0.23

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#359ECC (or 0x359ECC) is known color: Summer Sky. HEX triplet: 35, 9E and CC. RGB value is (53,158,204). Sum of RGB (Red+Green+Blue) = 53+158+204=415 (54% of max value = 765). Red value is 53 (21.09% from 255 or 12.77% from 415); Green value is 158 (62.11% from 255 or 38.07% from 415); Blue value is 204 (80.08% from 255 or 49.16% from 415); Max value from RGB is 204 - color contains mainly: blue. Hex color #359ECC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #359ECC is #CA6133. Grayscale: #838383. Windows color (decimal): -13263156 or 13409845. OLE color: 13409845.

HSL color Cylindrical-coordinate representation of color #359ECC: hue angle of 198.28º degrees, saturation: 0.6, 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 #359ECC is Cyan = 0.74, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 53 158 204 -
CMYK 0.74 0.23 0 0.2
HSL 198.28º 0.6% 0.5% -
HSV(B) 198.28º 0.74% 0.8% -
XYZ 24.59 29.57 61.54 -
YUV 131.85 168.71 71.76 -
System Red Green Blue C M Y K H S L
Decimal 53 158 204 0.74 0.23 0 0.2 198.28 0.6 0.5
Hex 35 9E CC 4A 17 0 14 C6 3C 32
Octal 65 236 314 112 27 0 24 306 74 62
Binary 110101 10011110 11001100 1001010 10111 0 10100 11000110 111100 110010

Color Harmonies of #359ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359ECC

Black with #359ECC

Text Example


Text Example

White with #359ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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