Html Css Color HEX #358C87 Blue Chill

📋 copy color: '#358C87'

red 53 ◦ green 140 ◦ blue 135

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

Shades of Blue Chill #358C87

Tints of Blue Chill #358C87

RGB

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

 GREEN value IS 140 (55.08% from 255) = 42.68%

 BLUE value IS 135 (53.13% from 255) = 41.16%

R = 16.16%
G = 42.68%
B = 41.16%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.04

 K value IS 0.45

RGB Variations

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

Color information

#358C87 (or 0x358C87) is known color: Blue Chill. HEX triplet: 35, 8C and 87. RGB value is (53,140,135). Sum of RGB (Red+Green+Blue) = 53+140+135=328 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.16% from 328); Green value is 140 (55.08% from 255 or 42.68% from 328); Blue value is 135 (53.12% from 255 or 41.16% from 328); Max value from RGB is 140 - color contains mainly: green. Hex color #358C87 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358C87 is #CA7378. Grayscale: #717171. Windows color (decimal): -13267833 or 8883253. OLE color: 8883253.

HSL color Cylindrical-coordinate representation of color #358C87: hue angle of 176.55º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #358C87 is Cyan = 0.62, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.45.

Color convert

RGB 53 140 135 -
CMYK 0.62 0 0.04 0.45
HSL 176.55º 0.45% 0.38% -
HSV(B) 176.55º 0.62% 0.55% -
XYZ 15.22 21.26 26.22 -
YUV 113.42 140.18 84.91 -
System Red Green Blue C M Y K H S L
Decimal 53 140 135 0.62 0 0.04 0.45 176.55 0.45 0.38
Hex 35 8C 87 3E 0 4 2D B1 2D 26
Octal 65 214 207 76 0 4 55 261 55 46
Binary 110101 10001100 10000111 111110 0 100 101101 10110001 101101 100110

Color Harmonies of #358C87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358C87

Black with #358C87

Text Example


Text Example

White with #358C87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,140,135); }

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

background-color css

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

 a { background-color: rgb(53,140,135); }

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

border-color css

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

 span { border-color: rgb(53,140,135); }

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