Html Css Color HEX #359FCD Summer Sky

📋 copy color: '#359FCD'

red 53 ◦ green 159 ◦ blue 205

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

Shades of Summer Sky #359FCD

Tints of Summer Sky #359FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 49.16%

R = 12.71%
G = 38.13%
B = 49.16%

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

#359FCD (or 0x359FCD) is known color: Summer Sky. HEX triplet: 35, 9F and CD. RGB value is (53,159,205). Sum of RGB (Red+Green+Blue) = 53+159+205=417 (55% of max value = 765). Red value is 53 (21.09% from 255 or 12.71% from 417); Green value is 159 (62.5% from 255 or 38.13% from 417); Blue value is 205 (80.47% from 255 or 49.16% from 417); Max value from RGB is 205 - color contains mainly: blue. Hex color #359FCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #359FCD is #CA6032. Grayscale: #848484. Windows color (decimal): -13262899 or 13475637. OLE color: 13475637.

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

Color convert

RGB 53 159 205 -
CMYK 0.74 0.22 0 0.20
HSL 198.16º 0.6% 0.51% -
HSV(B) 198.16º 0.74% 0.8% -
XYZ 24.89 29.96 62.23 -
YUV 132.55 168.88 71.26 -
System Red Green Blue C M Y K H S L
Decimal 53 159 205 0.74 0.22 0 0.20 198.16 0.6 0.51
Hex 35 9F CD 4A 16 0 14 C6 3C 33
Octal 65 237 315 112 26 0 24 306 74 63
Binary 110101 10011111 11001101 1001010 10110 0 10100 11000110 111100 110011

Color Harmonies of #359FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359FCD

Black with #359FCD

Text Example


Text Example

White with #359FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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