Html Css Color HEX #359289 Blue Chill

📋 copy color: '#359289'

red 53 ◦ green 146 ◦ blue 137

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

Shades of Blue Chill #359289

Tints of Blue Chill #359289

RGB

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

 GREEN value IS 146 (57.42% from 255) = 43.45%

 BLUE value IS 137 (53.91% from 255) = 40.77%

R = 15.77%
G = 43.45%
B = 40.77%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.06

 K value IS 0.43

RGB Variations

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

Color information

#359289 (or 0x359289) is known color: Blue Chill. HEX triplet: 35, 92 and 89. RGB value is (53,146,137). Sum of RGB (Red+Green+Blue) = 53+146+137=336 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.77% from 336); Green value is 146 (57.42% from 255 or 43.45% from 336); Blue value is 137 (53.91% from 255 or 40.77% from 336); Max value from RGB is 146 - color contains mainly: green. Hex color #359289 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359289 is #CA6D76. Grayscale: #757575. Windows color (decimal): -13266295 or 9015861. OLE color: 9015861.

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

Color convert

RGB 53 146 137 -
CMYK 0.64 0 0.06 0.43
HSL 174.19º 0.47% 0.39% -
HSV(B) 174.19º 0.64% 0.57% -
XYZ 16.26 23.12 27.27 -
YUV 117.17 139.19 82.23 -
System Red Green Blue C M Y K H S L
Decimal 53 146 137 0.64 0 0.06 0.43 174.19 0.47 0.39
Hex 35 92 89 40 0 6 2B AE 2F 27
Octal 65 222 211 100 0 6 53 256 57 47
Binary 110101 10010010 10001001 1000000 0 110 101011 10101110 101111 100111

Color Harmonies of #359289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359289

Black with #359289

Text Example


Text Example

White with #359289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #359289; }

 p { color: rgb(53,146,137); }

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

background-color css

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

 a { background-color: rgb(53,146,137); }

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

border-color css

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

 span { border-color: rgb(53,146,137); }

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