Html Css Color HEX #399999 Blue Chill

📋 copy color: '#399999'

red 57 ◦ green 153 ◦ blue 153

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

Shades of Blue Chill #399999

Tints of Blue Chill #399999

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 42.15%

R = 15.7%
G = 42.15%
B = 42.15%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#399999 (or 0x399999) is known color: Blue Chill. HEX triplet: 39, 99 and 99. RGB value is (57,153,153). Sum of RGB (Red+Green+Blue) = 57+153+153=363 (48% of max value = 765). Red value is 57 (22.66% from 255 or 15.70% from 363); Green value is 153 (60.16% from 255 or 42.15% from 363); Blue value is 153 (60.16% from 255 or 42.15% from 363); Max value from RGB is 153 - color contains mainly: green, blue. Hex color #399999 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #399999 is #C66666. Grayscale: #7C7C7C. Windows color (decimal): -13002343 or 10066233. OLE color: 10066233.

HSL color Cylindrical-coordinate representation of color #399999: hue angle of 180º 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 #399999 is Cyan = 0.63, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 57 153 153 -
CMYK 0.63 0 0 0.4
HSL 180º 0.46% 0.41% -
HSV(B) 180º 0.63% 0.6% -
XYZ 18.83 25.95 34.15 -
YUV 124.3 144.2 80 -
System Red Green Blue C M Y K H S L
Decimal 57 153 153 0.63 0 0 0.4 180 0.46 0.41
Hex 39 99 99 3F 0 0 28 B4 2E 29
Octal 71 231 231 77 0 0 50 264 56 51
Binary 111001 10011001 10011001 111111 0 0 101000 10110100 101110 101001

Color Harmonies of #399999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #399999

Black with #399999

Text Example


Text Example

White with #399999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #399999; }

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

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

background-color css

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

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

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

border-color css

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

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

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