Html Css Color HEX #359FCE Summer Sky

📋 copy color: '#359FCE'

red 53 ◦ green 159 ◦ blue 206

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

Shades of Summer Sky #359FCE

Tints of Summer Sky #359FCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 49.28%

R = 12.68%
G = 38.04%
B = 49.28%

CMYK

 C value IS 0.74

 M value IS 0.23

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#359FCE (or 0x359FCE) is known color: Summer Sky. HEX triplet: 35, 9F and CE. RGB value is (53,159,206). Sum of RGB (Red+Green+Blue) = 53+159+206=418 (55% of max value = 765). Red value is 53 (21.09% from 255 or 12.68% from 418); Green value is 159 (62.5% from 255 or 38.04% from 418); Blue value is 206 (80.86% from 255 or 49.28% from 418); Max value from RGB is 206 - color contains mainly: blue. Hex color #359FCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #359FCE is #CA6031. Grayscale: #848484. Windows color (decimal): -13262898 or 13541173. OLE color: 13541173.

HSL color Cylindrical-coordinate representation of color #359FCE: hue angle of 198.43º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #359FCE is Cyan = 0.74, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 53 159 206 -
CMYK 0.74 0.23 0 0.19
HSL 198.43º 0.61% 0.51% -
HSV(B) 198.43º 0.74% 0.81% -
XYZ 25.01 30.01 62.87 -
YUV 132.66 169.38 71.18 -
System Red Green Blue C M Y K H S L
Decimal 53 159 206 0.74 0.23 0 0.19 198.43 0.61 0.51
Hex 35 9F CE 4A 17 0 13 C6 3D 33
Octal 65 237 316 112 27 0 23 306 75 63
Binary 110101 10011111 11001110 1001010 10111 0 10011 11000110 111101 110011

Color Harmonies of #359FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359FCE

Black with #359FCE

Text Example


Text Example

White with #359FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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