Html Css Color HEX #359DDD Summer Sky

📋 copy color: '#359DDD'

red 53 ◦ green 157 ◦ blue 221

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

Shades of Summer Sky #359DDD

Tints of Summer Sky #359DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 51.28%

R = 12.3%
G = 36.43%
B = 51.28%

CMYK

 C value IS 0.76

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#359DDD (or 0x359DDD) is known color: Summer Sky. HEX triplet: 35, 9D and DD. RGB value is (53,157,221). Sum of RGB (Red+Green+Blue) = 53+157+221=431 (57% of max value = 765). Red value is 53 (21.09% from 255 or 12.30% from 431); Green value is 157 (61.72% from 255 or 36.43% from 431); Blue value is 221 (86.72% from 255 or 51.28% from 431); Max value from RGB is 221 - color contains mainly: blue. Hex color #359DDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #359DDD is #CA6222. Grayscale: #848484. Windows color (decimal): -13263395 or 14523701. OLE color: 14523701.

HSL color Cylindrical-coordinate representation of color #359DDD: hue angle of 202.86º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #359DDD is Cyan = 0.76, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 53 157 221 -
CMYK 0.76 0.29 0 0.13
HSL 202.86º 0.71% 0.54% -
HSV(B) 202.86º 0.76% 0.87% -
XYZ 26.58 30.09 72.81 -
YUV 133.2 177.54 70.8 -
System Red Green Blue C M Y K H S L
Decimal 53 157 221 0.76 0.29 0 0.13 202.86 0.71 0.54
Hex 35 9D DD 4C 1D 0 D CB 47 36
Octal 65 235 335 114 35 0 15 313 107 66
Binary 110101 10011101 11011101 1001100 11101 0 1101 11001011 1000111 110110

Color Harmonies of #359DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359DDD

Black with #359DDD

Text Example


Text Example

White with #359DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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