Html Css Color HEX #398992 Blue Chill

📋 copy color: '#398992'

red 57 ◦ green 137 ◦ blue 146

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

Shades of Blue Chill #398992

Tints of Blue Chill #398992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 42.94%

R = 16.76%
G = 40.29%
B = 42.94%

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

#398992 (or 0x398992) is known color: Blue Chill. HEX triplet: 39, 89 and 92. RGB value is (57,137,146). Sum of RGB (Red+Green+Blue) = 57+137+146=340 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.76% from 340); Green value is 137 (53.91% from 255 or 40.29% from 340); Blue value is 146 (57.42% from 255 or 42.94% from 340); Max value from RGB is 146 - color contains mainly: blue. Hex color #398992 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #398992 is #C6766D. Grayscale: #717171. Windows color (decimal): -13006446 or 9603385. OLE color: 9603385.

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

Color convert

RGB 57 137 146 -
CMYK 0.61 0.06 0 0.43
HSL 186.07º 0.44% 0.4% -
HSV(B) 186.07º 0.61% 0.57% -
XYZ 15.82 20.84 30.38 -
YUV 114.11 146 87.27 -
System Red Green Blue C M Y K H S L
Decimal 57 137 146 0.61 0.06 0 0.43 186.07 0.44 0.4
Hex 39 89 92 3D 6 0 2B BA 2C 28
Octal 71 211 222 75 6 0 53 272 54 50
Binary 111001 10001001 10010010 111101 110 0 101011 10111010 101100 101000

Color Harmonies of #398992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398992

Black with #398992

Text Example


Text Example

White with #398992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #398992; }

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

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

background-color css

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

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

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

border-color css

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

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

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