Html Css Color HEX #359DCD Summer Sky

📋 copy color: '#359DCD'

red 53 ◦ green 157 ◦ blue 205

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

Shades of Summer Sky #359DCD

Tints of Summer Sky #359DCD

RGB

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

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

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

R = 12.77%
G = 37.83%
B = 49.4%

CMYK

 C value IS 0.74

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#359DCD (or 0x359DCD) is known color: Summer Sky. HEX triplet: 35, 9D and CD. RGB value is (53,157,205). Sum of RGB (Red+Green+Blue) = 53+157+205=415 (54% of max value = 765). Red value is 53 (21.09% from 255 or 12.77% from 415); Green value is 157 (61.72% from 255 or 37.83% from 415); Blue value is 205 (80.47% from 255 or 49.40% from 415); Max value from RGB is 205 - color contains mainly: blue. Hex color #359DCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #359DCD is #CA6232. Grayscale: #838383. Windows color (decimal): -13263411 or 13475125. OLE color: 13475125.

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

Color convert

RGB 53 157 205 -
CMYK 0.74 0.23 0 0.20
HSL 198.95º 0.6% 0.51% -
HSV(B) 198.95º 0.74% 0.8% -
XYZ 24.54 29.28 62.12 -
YUV 131.38 169.54 72.1 -
System Red Green Blue C M Y K H S L
Decimal 53 157 205 0.74 0.23 0 0.20 198.95 0.6 0.51
Hex 35 9D CD 4A 17 0 14 C7 3C 33
Octal 65 235 315 112 27 0 24 307 74 63
Binary 110101 10011101 11001101 1001010 10111 0 10100 11000111 111100 110011

Color Harmonies of #359DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359DCD

Black with #359DCD

Text Example


Text Example

White with #359DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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