Html Css Color HEX #359ED1 Summer Sky

📋 copy color: '#359ED1'

red 53 ◦ green 158 ◦ blue 209

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

Shades of Summer Sky #359ED1

Tints of Summer Sky #359ED1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 49.76%

R = 12.62%
G = 37.62%
B = 49.76%

CMYK

 C value IS 0.75

 M value IS 0.24

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#359ED1 (or 0x359ED1) is known color: Summer Sky. HEX triplet: 35, 9E and D1. RGB value is (53,158,209). Sum of RGB (Red+Green+Blue) = 53+158+209=420 (55% of max value = 765). Red value is 53 (21.09% from 255 or 12.62% from 420); Green value is 158 (62.11% from 255 or 37.62% from 420); Blue value is 209 (82.03% from 255 or 49.76% from 420); Max value from RGB is 209 - color contains mainly: blue. Hex color #359ED1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #359ED1 is #CA612E. Grayscale: #848484. Windows color (decimal): -13263151 or 13737525. OLE color: 13737525.

HSL color Cylindrical-coordinate representation of color #359ED1: hue angle of 199.62º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #359ED1 is Cyan = 0.75, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 53 158 209 -
CMYK 0.75 0.24 0 0.18
HSL 199.62º 0.63% 0.51% -
HSV(B) 199.62º 0.75% 0.82% -
XYZ 25.2 29.81 64.75 -
YUV 132.42 171.21 71.35 -
System Red Green Blue C M Y K H S L
Decimal 53 158 209 0.75 0.24 0 0.18 199.62 0.63 0.51
Hex 35 9E D1 4B 18 0 12 C8 3F 33
Octal 65 236 321 113 30 0 22 310 77 63
Binary 110101 10011110 11010001 1001011 11000 0 10010 11001000 111111 110011

Color Harmonies of #359ED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359ED1

Black with #359ED1

Text Example


Text Example

White with #359ED1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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