Html Css Color HEX #358691 Blue Chill

📋 copy color: '#358691'

red 53 ◦ green 134 ◦ blue 145

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

Shades of Blue Chill #358691

Tints of Blue Chill #358691

RGB

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

 GREEN value IS 134 (52.73% from 255) = 40.36%

 BLUE value IS 145 (57.03% from 255) = 43.67%

R = 15.96%
G = 40.36%
B = 43.67%

CMYK

 C value IS 0.63

 M value IS 0.08

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#358691 (or 0x358691) is known color: Blue Chill. HEX triplet: 35, 86 and 91. RGB value is (53,134,145). Sum of RGB (Red+Green+Blue) = 53+134+145=332 (43% of max value = 765). Red value is 53 (21.09% from 255 or 15.96% from 332); Green value is 134 (52.73% from 255 or 40.36% from 332); Blue value is 145 (57.03% from 255 or 43.67% from 332); Max value from RGB is 145 - color contains mainly: blue. Hex color #358691 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358691 is #CA796E. Grayscale: #6E6E6E. Windows color (decimal): -13269359 or 9537077. OLE color: 9537077.

HSL color Cylindrical-coordinate representation of color #358691: hue angle of 187.17º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #358691 is Cyan = 0.63, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 53 134 145 -
CMYK 0.63 0.08 0 0.43
HSL 187.17º 0.46% 0.39% -
HSV(B) 187.17º 0.63% 0.57% -
XYZ 15.1 19.85 29.82 -
YUV 111.04 147.16 86.61 -
System Red Green Blue C M Y K H S L
Decimal 53 134 145 0.63 0.08 0 0.43 187.17 0.46 0.39
Hex 35 86 91 3F 8 0 2B BB 2E 27
Octal 65 206 221 77 10 0 53 273 56 47
Binary 110101 10000110 10010001 111111 1000 0 101011 10111011 101110 100111

Color Harmonies of #358691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358691

Black with #358691

Text Example


Text Example

White with #358691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358691; }

 p { color: rgb(53,134,145); }

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

background-color css

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

 a { background-color: rgb(53,134,145); }

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

border-color css

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

 span { border-color: rgb(53,134,145); }

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