Html Css Color HEX #398491 Blue Chill

📋 copy color: '#398491'

red 57 ◦ green 132 ◦ blue 145

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

Shades of Blue Chill #398491

Tints of Blue Chill #398491

RGB

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

 GREEN value IS 132 (51.95% from 255) = 39.52%

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

R = 17.07%
G = 39.52%
B = 43.41%

CMYK

 C value IS 0.61

 M value IS 0.09

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#398491 (or 0x398491) is known color: Blue Chill. HEX triplet: 39, 84 and 91. RGB value is (57,132,145). Sum of RGB (Red+Green+Blue) = 57+132+145=334 (44% of max value = 765). Red value is 57 (22.66% from 255 or 17.07% from 334); Green value is 132 (51.95% from 255 or 39.52% from 334); Blue value is 145 (57.03% from 255 or 43.41% from 334); Max value from RGB is 145 - color contains mainly: blue. Hex color #398491 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #398491 is #C67B6E. Grayscale: #6E6E6E. Windows color (decimal): -13007727 or 9536569. OLE color: 9536569.

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

Color convert

RGB 57 132 145 -
CMYK 0.61 0.09 0 0.43
HSL 188.86º 0.44% 0.4% -
HSV(B) 188.86º 0.61% 0.57% -
XYZ 15.05 19.42 29.74 -
YUV 111.06 147.15 89.44 -
System Red Green Blue C M Y K H S L
Decimal 57 132 145 0.61 0.09 0 0.43 188.86 0.44 0.4
Hex 39 84 91 3D 9 0 2B BD 2C 28
Octal 71 204 221 75 11 0 53 275 54 50
Binary 111001 10000100 10010001 111101 1001 0 101011 10111101 101100 101000

Color Harmonies of #398491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398491

Black with #398491

Text Example


Text Example

White with #398491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #398491; }

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

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

background-color css

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

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

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

border-color css

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

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

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