Html Css Color HEX #359FD1 Summer Sky

📋 copy color: '#359FD1'

red 53 ◦ green 159 ◦ blue 209

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

Shades of Summer Sky #359FD1

Tints of Summer Sky #359FD1

RGB

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

 GREEN value IS 159 (62.5% from 255) = 37.77%

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

R = 12.59%
G = 37.77%
B = 49.64%

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

#359FD1 (or 0x359FD1) is known color: Summer Sky. HEX triplet: 35, 9F and D1. RGB value is (53,159,209). Sum of RGB (Red+Green+Blue) = 53+159+209=421 (55% of max value = 765). Red value is 53 (21.09% from 255 or 12.59% from 421); Green value is 159 (62.5% from 255 or 37.77% from 421); Blue value is 209 (82.03% from 255 or 49.64% from 421); Max value from RGB is 209 - color contains mainly: blue. Hex color #359FD1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #359FD1 is #CA602E. Grayscale: #848484. Windows color (decimal): -13262895 or 13737781. OLE color: 13737781.

HSL color Cylindrical-coordinate representation of color #359FD1: hue angle of 199.23º 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 #359FD1 is Cyan = 0.75, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 53 159 209 -
CMYK 0.75 0.24 0 0.18
HSL 199.23º 0.63% 0.51% -
HSV(B) 199.23º 0.75% 0.82% -
XYZ 25.37 30.16 64.81 -
YUV 133.01 170.88 70.93 -
System Red Green Blue C M Y K H S L
Decimal 53 159 209 0.75 0.24 0 0.18 199.23 0.63 0.51
Hex 35 9F D1 4B 18 0 12 C7 3F 33
Octal 65 237 321 113 30 0 22 307 77 63
Binary 110101 10011111 11010001 1001011 11000 0 10010 11000111 111111 110011

Color Harmonies of #359FD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359FD1

Black with #359FD1

Text Example


Text Example

White with #359FD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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