Html Css Color HEX #358DDD Summer Sky

📋 copy color: '#358DDD'

red 53 ◦ green 141 ◦ blue 221

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

Shades of Summer Sky #358DDD

Tints of Summer Sky #358DDD

RGB

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

 GREEN value IS 141 (55.47% from 255) = 33.98%

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

R = 12.77%
G = 33.98%
B = 53.25%

CMYK

 C value IS 0.76

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#358DDD (or 0x358DDD) is known color: Summer Sky. HEX triplet: 35, 8D and DD. RGB value is (53,141,221). Sum of RGB (Red+Green+Blue) = 53+141+221=415 (54% of max value = 765). Red value is 53 (21.09% from 255 or 12.77% from 415); Green value is 141 (55.47% from 255 or 33.98% from 415); Blue value is 221 (86.72% from 255 or 53.25% from 415); Max value from RGB is 221 - color contains mainly: blue. Hex color #358DDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #358DDD is #CA7222. Grayscale: #7B7B7B. Windows color (decimal): -13267491 or 14519605. OLE color: 14519605.

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

Color convert

RGB 53 141 221 -
CMYK 0.76 0.36 0 0.13
HSL 208.57º 0.71% 0.54% -
HSV(B) 208.57º 0.76% 0.87% -
XYZ 24.04 25.03 71.97 -
YUV 123.81 182.85 77.5 -
System Red Green Blue C M Y K H S L
Decimal 53 141 221 0.76 0.36 0 0.13 208.57 0.71 0.54
Hex 35 8D DD 4C 24 0 D D1 47 36
Octal 65 215 335 114 44 0 15 321 107 66
Binary 110101 10001101 11011101 1001100 100100 0 1101 11010001 1000111 110110

Color Harmonies of #358DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358DDD

Black with #358DDD

Text Example


Text Example

White with #358DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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