Html Css Color HEX #399096 Blue Chill

📋 copy color: '#399096'

red 57 ◦ green 144 ◦ blue 150

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

Shades of Blue Chill #399096

Tints of Blue Chill #399096

RGB

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

 GREEN value IS 144 (56.64% from 255) = 41.03%

 BLUE value IS 150 (58.98% from 255) = 42.74%

R = 16.24%
G = 41.03%
B = 42.74%

CMYK

 C value IS 0.62

 M value IS 0.04

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#399096 (or 0x399096) is known color: Blue Chill. HEX triplet: 39, 90 and 96. RGB value is (57,144,150). Sum of RGB (Red+Green+Blue) = 57+144+150=351 (46% of max value = 765). Red value is 57 (22.66% from 255 or 16.24% from 351); Green value is 144 (56.64% from 255 or 41.03% from 351); Blue value is 150 (58.98% from 255 or 42.74% from 351); Max value from RGB is 150 - color contains mainly: blue. Hex color #399096 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #399096 is #C66F69. Grayscale: #767676. Windows color (decimal): -13004650 or 9867321. OLE color: 9867321.

HSL color Cylindrical-coordinate representation of color #399096: hue angle of 183.87º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #399096 is Cyan = 0.62, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 57 144 150 -
CMYK 0.62 0.04 0 0.41
HSL 183.87º 0.45% 0.41% -
HSV(B) 183.87º 0.62% 0.59% -
XYZ 17.17 23.02 32.39 -
YUV 118.67 145.68 84.01 -
System Red Green Blue C M Y K H S L
Decimal 57 144 150 0.62 0.04 0 0.41 183.87 0.45 0.41
Hex 39 90 96 3E 4 0 29 B8 2D 29
Octal 71 220 226 76 4 0 51 270 55 51
Binary 111001 10010000 10010110 111110 100 0 101001 10111000 101101 101001

Color Harmonies of #399096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #399096

Black with #399096

Text Example


Text Example

White with #399096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #399096; }

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

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

background-color css

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

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

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

border-color css

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

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

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