Html Css Color HEX #399089 Blue Chill

📋 copy color: '#399089'

red 57 ◦ green 144 ◦ blue 137

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

Shades of Blue Chill #399089

Tints of Blue Chill #399089

RGB

 RED value IS 57 (22.66% from 255) = 16.86%

 GREEN value IS 144 (56.64% from 255) = 42.6%

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

R = 16.86%
G = 42.6%
B = 40.53%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.05

 K value IS 0.44

RGB Variations

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

Color information

#399089 (or 0x399089) is known color: Blue Chill. HEX triplet: 39, 90 and 89. RGB value is (57,144,137). Sum of RGB (Red+Green+Blue) = 57+144+137=338 (44% of max value = 765). Red value is 57 (22.66% from 255 or 16.86% from 338); Green value is 144 (56.64% from 255 or 42.60% from 338); Blue value is 137 (53.91% from 255 or 40.53% from 338); Max value from RGB is 144 - color contains mainly: green. Hex color #399089 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #399089 is #C66F76. Grayscale: #757575. Windows color (decimal): -13004663 or 9015353. OLE color: 9015353.

HSL color Cylindrical-coordinate representation of color #399089: hue angle of 175.17º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #399089 is Cyan = 0.60, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.44.

Color convert

RGB 57 144 137 -
CMYK 0.60 0 0.05 0.44
HSL 175.17º 0.43% 0.39% -
HSV(B) 175.17º 0.6% 0.56% -
XYZ 16.18 22.62 27.18 -
YUV 117.19 139.18 85.07 -
System Red Green Blue C M Y K H S L
Decimal 57 144 137 0.60 0 0.05 0.44 175.17 0.43 0.39
Hex 39 90 89 3C 0 5 2C AF 2B 27
Octal 71 220 211 74 0 5 54 257 53 47
Binary 111001 10010000 10001001 111100 0 101 101100 10101111 101011 100111

Color Harmonies of #399089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #399089

Black with #399089

Text Example


Text Example

White with #399089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #399089; }

 p { color: rgb(57,144,137); }

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

background-color css

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

 a { background-color: rgb(57,144,137); }

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

border-color css

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

 span { border-color: rgb(57,144,137); }

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