Html Css Color HEX #399390 Blue Chill

📋 copy color: '#399390'

red 57 ◦ green 147 ◦ blue 144

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

Shades of Blue Chill #399390

Tints of Blue Chill #399390

RGB

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

 GREEN value IS 147 (57.81% from 255) = 42.24%

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

R = 16.38%
G = 42.24%
B = 41.38%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.02

 K value IS 0.42

RGB Variations

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

Color information

#399390 (or 0x399390) is known color: Blue Chill. HEX triplet: 39, 93 and 90. RGB value is (57,147,144). Sum of RGB (Red+Green+Blue) = 57+147+144=348 (46% of max value = 765). Red value is 57 (22.66% from 255 or 16.38% from 348); Green value is 147 (57.81% from 255 or 42.24% from 348); Blue value is 144 (56.64% from 255 or 41.38% from 348); Max value from RGB is 147 - color contains mainly: green. Hex color #399390 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #399390 is #C66C6F. Grayscale: #777777. Windows color (decimal): -13003888 or 9474873. OLE color: 9474873.

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

Color convert

RGB 57 147 144 -
CMYK 0.61 0 0.02 0.42
HSL 178º 0.44% 0.4% -
HSV(B) 178º 0.61% 0.58% -
XYZ 17.16 23.75 30.07 -
YUV 119.75 141.68 83.24 -
System Red Green Blue C M Y K H S L
Decimal 57 147 144 0.61 0 0.02 0.42 178 0.44 0.4
Hex 39 93 90 3D 0 2 2A B2 2C 28
Octal 71 223 220 75 0 2 52 262 54 50
Binary 111001 10010011 10010000 111101 0 10 101010 10110010 101100 101000

Color Harmonies of #399390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #399390

Black with #399390

Text Example


Text Example

White with #399390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #399390; }

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

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

background-color css

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

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

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

border-color css

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

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

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