Html Css Color HEX #359188 Blue Chill

📋 copy color: '#359188'

red 53 ◦ green 145 ◦ blue 136

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

Shades of Blue Chill #359188

Tints of Blue Chill #359188

RGB

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

 GREEN value IS 145 (57.03% from 255) = 43.41%

 BLUE value IS 136 (53.52% from 255) = 40.72%

R = 15.87%
G = 43.41%
B = 40.72%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.06

 K value IS 0.43

RGB Variations

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

Color information

#359188 (or 0x359188) is known color: Blue Chill. HEX triplet: 35, 91 and 88. RGB value is (53,145,136). Sum of RGB (Red+Green+Blue) = 53+145+136=334 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.87% from 334); Green value is 145 (57.03% from 255 or 43.41% from 334); Blue value is 136 (53.52% from 255 or 40.72% from 334); Max value from RGB is 145 - color contains mainly: green. Hex color #359188 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359188 is #CA6E77. Grayscale: #747474. Windows color (decimal): -13266552 or 8950069. OLE color: 8950069.

HSL color Cylindrical-coordinate representation of color #359188: hue angle of 174.13º 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 #359188 is Cyan = 0.63, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.43.

Color convert

RGB 53 145 136 -
CMYK 0.63 0 0.06 0.43
HSL 174.13º 0.46% 0.39% -
HSV(B) 174.13º 0.63% 0.57% -
XYZ 16.04 22.79 26.85 -
YUV 116.47 139.02 82.73 -
System Red Green Blue C M Y K H S L
Decimal 53 145 136 0.63 0 0.06 0.43 174.13 0.46 0.39
Hex 35 91 88 3F 0 6 2B AE 2E 27
Octal 65 221 210 77 0 6 53 256 56 47
Binary 110101 10010001 10001000 111111 0 110 101011 10101110 101110 100111

Color Harmonies of #359188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359188

Black with #359188

Text Example


Text Example

White with #359188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #359188; }

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

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

background-color css

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

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

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

border-color css

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

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

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