Html Css Color HEX #398991 Blue Chill

📋 copy color: '#398991'

red 57 ◦ green 137 ◦ blue 145

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

Shades of Blue Chill #398991

Tints of Blue Chill #398991

RGB

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

 GREEN value IS 137 (53.91% from 255) = 40.41%

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

R = 16.81%
G = 40.41%
B = 42.77%

CMYK

 C value IS 0.61

 M value IS 0.06

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#398991 (or 0x398991) is known color: Blue Chill. HEX triplet: 39, 89 and 91. RGB value is (57,137,145). Sum of RGB (Red+Green+Blue) = 57+137+145=339 (44% of max value = 765). Red value is 57 (22.66% from 255 or 16.81% from 339); Green value is 137 (53.91% from 255 or 40.41% from 339); Blue value is 145 (57.03% from 255 or 42.77% from 339); Max value from RGB is 145 - color contains mainly: blue. Hex color #398991 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #398991 is #C6766E. Grayscale: #717171. Windows color (decimal): -13006447 or 9537849. OLE color: 9537849.

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

Color convert

RGB 57 137 145 -
CMYK 0.61 0.06 0 0.43
HSL 185.45º 0.44% 0.4% -
HSV(B) 185.45º 0.61% 0.57% -
XYZ 15.74 20.81 29.97 -
YUV 113.99 145.5 87.35 -
System Red Green Blue C M Y K H S L
Decimal 57 137 145 0.61 0.06 0 0.43 185.45 0.44 0.4
Hex 39 89 91 3D 6 0 2B B9 2C 28
Octal 71 211 221 75 6 0 53 271 54 50
Binary 111001 10001001 10010001 111101 110 0 101011 10111001 101100 101000

Color Harmonies of #398991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398991

Black with #398991

Text Example


Text Example

White with #398991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #398991; }

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

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

background-color css

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

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

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

border-color css

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

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

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