Html Css Color HEX #399997 Blue Chill

📋 copy color: '#399997'

red 57 ◦ green 153 ◦ blue 151

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

Shades of Blue Chill #399997

Tints of Blue Chill #399997

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 41.83%

R = 15.79%
G = 42.38%
B = 41.83%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.01

 K value IS 0.4

RGB Variations

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

Color information

#399997 (or 0x399997) is known color: Blue Chill. HEX triplet: 39, 99 and 97. RGB value is (57,153,151). Sum of RGB (Red+Green+Blue) = 57+153+151=361 (47% of max value = 765). Red value is 57 (22.66% from 255 or 15.79% from 361); Green value is 153 (60.16% from 255 or 42.38% from 361); Blue value is 151 (59.38% from 255 or 41.83% from 361); Max value from RGB is 153 - color contains mainly: green. Hex color #399997 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #399997 is #C66668. Grayscale: #7B7B7B. Windows color (decimal): -13002345 or 9935161. OLE color: 9935161.

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

Color convert

RGB 57 153 151 -
CMYK 0.63 0 0.01 0.4
HSL 178.75º 0.46% 0.41% -
HSV(B) 178.75º 0.63% 0.6% -
XYZ 18.66 25.89 33.29 -
YUV 124.07 143.2 80.16 -
System Red Green Blue C M Y K H S L
Decimal 57 153 151 0.63 0 0.01 0.4 178.75 0.46 0.41
Hex 39 99 97 3F 0 1 28 B3 2E 29
Octal 71 231 227 77 0 1 50 263 56 51
Binary 111001 10011001 10010111 111111 0 1 101000 10110011 101110 101001

Color Harmonies of #399997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #399997

Black with #399997

Text Example


Text Example

White with #399997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #399997; }

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

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

background-color css

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

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

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

border-color css

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

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

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