Html Css Color HEX #359FE1 Summer Sky

📋 copy color: '#359FE1'

red 53 ◦ green 159 ◦ blue 225

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

Shades of Summer Sky #359FE1

Tints of Summer Sky #359FE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 51.49%

R = 12.13%
G = 36.38%
B = 51.49%

CMYK

 C value IS 0.76

 M value IS 0.29

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#359FE1 (or 0x359FE1) is known color: Summer Sky. HEX triplet: 35, 9F and E1. RGB value is (53,159,225). Sum of RGB (Red+Green+Blue) = 53+159+225=437 (57% of max value = 765). Red value is 53 (21.09% from 255 or 12.13% from 437); Green value is 159 (62.5% from 255 or 36.38% from 437); Blue value is 225 (88.28% from 255 or 51.49% from 437); Max value from RGB is 225 - color contains mainly: blue. Hex color #359FE1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #359FE1 is #CA601E. Grayscale: #868686. Windows color (decimal): -13262879 or 14786357. OLE color: 14786357.

HSL color Cylindrical-coordinate representation of color #359FE1: hue angle of 203.02º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #359FE1 is Cyan = 0.76, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 53 159 225 -
CMYK 0.76 0.29 0 0.12
HSL 203.02º 0.74% 0.55% -
HSV(B) 203.02º 0.76% 0.88% -
XYZ 27.46 30.99 75.77 -
YUV 134.83 178.88 69.63 -
System Red Green Blue C M Y K H S L
Decimal 53 159 225 0.76 0.29 0 0.12 203.02 0.74 0.55
Hex 35 9F E1 4C 1D 0 C CB 4A 37
Octal 65 237 341 114 35 0 14 313 112 67
Binary 110101 10011111 11100001 1001100 11101 0 1100 11001011 1001010 110111

Color Harmonies of #359FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359FE1

Black with #359FE1

Text Example


Text Example

White with #359FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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