Html Css Color HEX #359ACC Summer Sky

📋 copy color: '#359ACC'

red 53 ◦ green 154 ◦ blue 204

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

Shades of Summer Sky #359ACC

Tints of Summer Sky #359ACC

RGB

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

 GREEN value IS 154 (60.55% from 255) = 37.47%

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

R = 12.9%
G = 37.47%
B = 49.64%

CMYK

 C value IS 0.74

 M value IS 0.25

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#359ACC (or 0x359ACC) is known color: Summer Sky. HEX triplet: 35, 9A and CC. RGB value is (53,154,204). Sum of RGB (Red+Green+Blue) = 53+154+204=411 (54% of max value = 765). Red value is 53 (21.09% from 255 or 12.90% from 411); Green value is 154 (60.55% from 255 or 37.47% from 411); Blue value is 204 (80.08% from 255 or 49.64% from 411); Max value from RGB is 204 - color contains mainly: blue. Hex color #359ACC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #359ACC is #CA6533. Grayscale: #818181. Windows color (decimal): -13264180 or 13408821. OLE color: 13408821.

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

Color convert

RGB 53 154 204 -
CMYK 0.74 0.25 0 0.2
HSL 199.87º 0.6% 0.5% -
HSV(B) 199.87º 0.74% 0.8% -
XYZ 23.92 28.23 61.31 -
YUV 129.5 170.04 73.43 -
System Red Green Blue C M Y K H S L
Decimal 53 154 204 0.74 0.25 0 0.2 199.87 0.6 0.5
Hex 35 9A CC 4A 19 0 14 C8 3C 32
Octal 65 232 314 112 31 0 24 310 74 62
Binary 110101 10011010 11001100 1001010 11001 0 10100 11001000 111100 110010

Color Harmonies of #359ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359ACC

Black with #359ACC

Text Example


Text Example

White with #359ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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