Html Css Color HEX #359EDD Summer Sky

📋 copy color: '#359EDD'

red 53 ◦ green 158 ◦ blue 221

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

Shades of Summer Sky #359EDD

Tints of Summer Sky #359EDD

RGB

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

 GREEN value IS 158 (62.11% from 255) = 36.57%

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

R = 12.27%
G = 36.57%
B = 51.16%

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

#359EDD (or 0x359EDD) is known color: Summer Sky. HEX triplet: 35, 9E and DD. RGB value is (53,158,221). Sum of RGB (Red+Green+Blue) = 53+158+221=432 (57% of max value = 765). Red value is 53 (21.09% from 255 or 12.27% from 432); Green value is 158 (62.11% from 255 or 36.57% from 432); Blue value is 221 (86.72% from 255 or 51.16% from 432); Max value from RGB is 221 - color contains mainly: blue. Hex color #359EDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #359EDD is #CA6122. Grayscale: #858585. Windows color (decimal): -13263139 or 14523957. OLE color: 14523957.

HSL color Cylindrical-coordinate representation of color #359EDD: hue angle of 202.5º 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 #359EDD is Cyan = 0.76, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 53 158 221 -
CMYK 0.76 0.29 0 0.13
HSL 202.5º 0.71% 0.54% -
HSV(B) 202.5º 0.76% 0.87% -
XYZ 26.75 30.43 72.87 -
YUV 133.79 177.21 70.38 -
System Red Green Blue C M Y K H S L
Decimal 53 158 221 0.76 0.29 0 0.13 202.5 0.71 0.54
Hex 35 9E DD 4C 1D 0 D CA 47 36
Octal 65 236 335 114 35 0 15 312 107 66
Binary 110101 10011110 11011101 1001100 11101 0 1101 11001010 1000111 110110

Color Harmonies of #359EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359EDD

Black with #359EDD

Text Example


Text Example

White with #359EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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