Html Css Color HEX #359DCE Summer Sky

📋 copy color: '#359DCE'

red 53 ◦ green 157 ◦ blue 206

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

Shades of Summer Sky #359DCE

Tints of Summer Sky #359DCE

RGB

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

 GREEN value IS 157 (61.72% from 255) = 37.74%

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

R = 12.74%
G = 37.74%
B = 49.52%

CMYK

 C value IS 0.74

 M value IS 0.24

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#359DCE (or 0x359DCE) is known color: Summer Sky. HEX triplet: 35, 9D and CE. RGB value is (53,157,206). Sum of RGB (Red+Green+Blue) = 53+157+206=416 (55% of max value = 765). Red value is 53 (21.09% from 255 or 12.74% from 416); Green value is 157 (61.72% from 255 or 37.74% from 416); Blue value is 206 (80.86% from 255 or 49.52% from 416); Max value from RGB is 206 - color contains mainly: blue. Hex color #359DCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #359DCE is #CA6231. Grayscale: #838383. Windows color (decimal): -13263410 or 13540661. OLE color: 13540661.

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

Color convert

RGB 53 157 206 -
CMYK 0.74 0.24 0 0.19
HSL 199.22º 0.61% 0.51% -
HSV(B) 199.22º 0.74% 0.81% -
XYZ 24.67 29.33 62.75 -
YUV 131.49 170.04 72.02 -
System Red Green Blue C M Y K H S L
Decimal 53 157 206 0.74 0.24 0 0.19 199.22 0.61 0.51
Hex 35 9D CE 4A 18 0 13 C7 3D 33
Octal 65 235 316 112 30 0 23 307 75 63
Binary 110101 10011101 11001110 1001010 11000 0 10011 11000111 111101 110011

Color Harmonies of #359DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359DCE

Black with #359DCE

Text Example


Text Example

White with #359DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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