Html Css Color HEX #399290 Blue Chill

📋 copy color: '#399290'

red 57 ◦ green 146 ◦ blue 144

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

Shades of Blue Chill #399290

Tints of Blue Chill #399290

RGB

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

 GREEN value IS 146 (57.42% from 255) = 42.07%

 BLUE value IS 144 (56.64% from 255) = 41.5%

R = 16.43%
G = 42.07%
B = 41.5%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.01

 K value IS 0.43

RGB Variations

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

Color information

#399290 (or 0x399290) is known color: Blue Chill. HEX triplet: 39, 92 and 90. RGB value is (57,146,144). Sum of RGB (Red+Green+Blue) = 57+146+144=347 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.43% from 347); Green value is 146 (57.42% from 255 or 42.07% from 347); Blue value is 144 (56.64% from 255 or 41.50% from 347); Max value from RGB is 146 - color contains mainly: green. Hex color #399290 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #399290 is #C66D6F. Grayscale: #777777. Windows color (decimal): -13004144 or 9474617. OLE color: 9474617.

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

Color convert

RGB 57 146 144 -
CMYK 0.61 0 0.01 0.43
HSL 178.65º 0.44% 0.4% -
HSV(B) 178.65º 0.61% 0.57% -
XYZ 17 23.44 30.01 -
YUV 119.16 142.01 83.66 -
System Red Green Blue C M Y K H S L
Decimal 57 146 144 0.61 0 0.01 0.43 178.65 0.44 0.4
Hex 39 92 90 3D 0 1 2B B3 2C 28
Octal 71 222 220 75 0 1 53 263 54 50
Binary 111001 10010010 10010000 111101 0 1 101011 10110011 101100 101000

Color Harmonies of #399290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #399290

Black with #399290

Text Example


Text Example

White with #399290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #399290; }

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

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

background-color css

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

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

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

border-color css

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

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

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