Html Css Color HEX #399996 Blue Chill

📋 copy color: '#399996'

red 57 ◦ green 153 ◦ blue 150

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

Shades of Blue Chill #399996

Tints of Blue Chill #399996

RGB

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

 GREEN value IS 153 (60.16% from 255) = 42.5%

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

R = 15.83%
G = 42.5%
B = 41.67%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.02

 K value IS 0.4

RGB Variations

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

Color information

#399996 (or 0x399996) is known color: Blue Chill. HEX triplet: 39, 99 and 96. RGB value is (57,153,150). Sum of RGB (Red+Green+Blue) = 57+153+150=360 (47% of max value = 765). Red value is 57 (22.66% from 255 or 15.83% from 360); Green value is 153 (60.16% from 255 or 42.5% from 360); Blue value is 150 (58.98% from 255 or 41.67% from 360); Max value from RGB is 153 - color contains mainly: green. Hex color #399996 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #399996 is #C66669. Grayscale: #7B7B7B. Windows color (decimal): -13002346 or 9869625. OLE color: 9869625.

HSL color Cylindrical-coordinate representation of color #399996: hue angle of 178.12º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #399996 is Cyan = 0.63, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.4.

Color convert

RGB 57 153 150 -
CMYK 0.63 0 0.02 0.4
HSL 178.13º 0.46% 0.41% -
HSV(B) 178.13º 0.63% 0.6% -
XYZ 18.58 25.85 32.87 -
YUV 123.95 142.7 80.24 -
System Red Green Blue C M Y K H S L
Decimal 57 153 150 0.63 0 0.02 0.4 178.13 0.46 0.41
Hex 39 99 96 3F 0 2 28 B2 2E 29
Octal 71 231 226 77 0 2 50 262 56 51
Binary 111001 10011001 10010110 111111 0 10 101000 10110010 101110 101001

Color Harmonies of #399996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #399996

Black with #399996

Text Example


Text Example

White with #399996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #399996; }

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

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

background-color css

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

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

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

border-color css

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

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

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