Html Css Color HEX #399399 Blue Chill

📋 copy color: '#399399'

red 57 ◦ green 147 ◦ blue 153

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

Shades of Blue Chill #399399

Tints of Blue Chill #399399

RGB

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

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

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

R = 15.97%
G = 41.18%
B = 42.86%

CMYK

 C value IS 0.63

 M value IS 0.04

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#399399 (or 0x399399) is known color: Blue Chill. HEX triplet: 39, 93 and 99. RGB value is (57,147,153). Sum of RGB (Red+Green+Blue) = 57+147+153=357 (47% of max value = 765). Red value is 57 (22.66% from 255 or 15.97% from 357); Green value is 147 (57.81% from 255 or 41.18% from 357); Blue value is 153 (60.16% from 255 or 42.86% from 357); Max value from RGB is 153 - color contains mainly: blue. Hex color #399399 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #399399 is #C66C66. Grayscale: #787878. Windows color (decimal): -13003879 or 10064697. OLE color: 10064697.

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

Color convert

RGB 57 147 153 -
CMYK 0.63 0.04 0 0.4
HSL 183.75º 0.46% 0.41% -
HSV(B) 183.75º 0.63% 0.6% -
XYZ 17.87 24.04 33.83 -
YUV 120.77 146.18 82.51 -
System Red Green Blue C M Y K H S L
Decimal 57 147 153 0.63 0.04 0 0.4 183.75 0.46 0.41
Hex 39 93 99 3F 4 0 28 B8 2E 29
Octal 71 223 231 77 4 0 50 270 56 51
Binary 111001 10010011 10011001 111111 100 0 101000 10111000 101110 101001

Color Harmonies of #399399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #399399

Black with #399399

Text Example


Text Example

White with #399399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #399399; }

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

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

background-color css

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

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

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

border-color css

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

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

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