Html Css Color HEX #399492 Blue Chill

📋 copy color: '#399492'

red 57 ◦ green 148 ◦ blue 146

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

Shades of Blue Chill #399492

Tints of Blue Chill #399492

RGB

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

 GREEN value IS 148 (58.2% from 255) = 42.17%

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

R = 16.24%
G = 42.17%
B = 41.6%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#399492 (or 0x399492) is known color: Blue Chill. HEX triplet: 39, 94 and 92. RGB value is (57,148,146). Sum of RGB (Red+Green+Blue) = 57+148+146=351 (46% of max value = 765). Red value is 57 (22.66% from 255 or 16.24% from 351); Green value is 148 (58.20% from 255 or 42.17% from 351); Blue value is 146 (57.42% from 255 or 41.60% from 351); Max value from RGB is 148 - color contains mainly: green. Hex color #399492 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #399492 is #C66B6D. Grayscale: #787878. Windows color (decimal): -13003630 or 9606201. OLE color: 9606201.

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

Color convert

RGB 57 148 146 -
CMYK 0.61 0 0.01 0.42
HSL 178.68º 0.44% 0.4% -
HSV(B) 178.68º 0.61% 0.58% -
XYZ 17.47 24.12 30.93 -
YUV 120.56 142.35 82.66 -
System Red Green Blue C M Y K H S L
Decimal 57 148 146 0.61 0 0.01 0.42 178.68 0.44 0.4
Hex 39 94 92 3D 0 1 2A B3 2C 28
Octal 71 224 222 75 0 1 52 263 54 50
Binary 111001 10010100 10010010 111101 0 1 101010 10110011 101100 101000

Color Harmonies of #399492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #399492

Black with #399492

Text Example


Text Example

White with #399492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #399492; }

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

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

background-color css

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

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

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

border-color css

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

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

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