Html Css Color HEX #359FCC Summer Sky

📋 copy color: '#359FCC'

red 53 ◦ green 159 ◦ blue 204

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

Shades of Summer Sky #359FCC

Tints of Summer Sky #359FCC

RGB

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

 GREEN value IS 159 (62.5% from 255) = 38.22%

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

R = 12.74%
G = 38.22%
B = 49.04%

CMYK

 C value IS 0.74

 M value IS 0.22

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#359FCC (or 0x359FCC) is known color: Summer Sky. HEX triplet: 35, 9F and CC. RGB value is (53,159,204). Sum of RGB (Red+Green+Blue) = 53+159+204=416 (55% of max value = 765). Red value is 53 (21.09% from 255 or 12.74% from 416); Green value is 159 (62.5% from 255 or 38.22% from 416); Blue value is 204 (80.08% from 255 or 49.04% from 416); Max value from RGB is 204 - color contains mainly: blue. Hex color #359FCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #359FCC is #CA6033. Grayscale: #848484. Windows color (decimal): -13262900 or 13410101. OLE color: 13410101.

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

Color convert

RGB 53 159 204 -
CMYK 0.74 0.22 0 0.2
HSL 197.88º 0.6% 0.5% -
HSV(B) 197.88º 0.74% 0.8% -
XYZ 24.77 29.91 61.6 -
YUV 132.44 168.38 71.34 -
System Red Green Blue C M Y K H S L
Decimal 53 159 204 0.74 0.22 0 0.2 197.88 0.6 0.5
Hex 35 9F CC 4A 16 0 14 C6 3C 32
Octal 65 237 314 112 26 0 24 306 74 62
Binary 110101 10011111 11001100 1001010 10110 0 10100 11000110 111100 110010

Color Harmonies of #359FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359FCC

Black with #359FCC

Text Example


Text Example

White with #359FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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