Html Css Color HEX #399795 Blue Chill

📋 copy color: '#399795'

red 57 ◦ green 151 ◦ blue 149

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

Shades of Blue Chill #399795

Tints of Blue Chill #399795

RGB

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

 GREEN value IS 151 (59.38% from 255) = 42.3%

 BLUE value IS 149 (58.59% from 255) = 41.74%

R = 15.97%
G = 42.3%
B = 41.74%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.01

 K value IS 0.41

RGB Variations

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

Color information

#399795 (or 0x399795) is known color: Blue Chill. HEX triplet: 39, 97 and 95. RGB value is (57,151,149). Sum of RGB (Red+Green+Blue) = 57+151+149=357 (47% of max value = 765). Red value is 57 (22.66% from 255 or 15.97% from 357); Green value is 151 (59.38% from 255 or 42.30% from 357); Blue value is 149 (58.59% from 255 or 41.74% from 357); Max value from RGB is 151 - color contains mainly: green. Hex color #399795 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #399795 is #C6686A. Grayscale: #7A7A7A. Windows color (decimal): -13002859 or 9803577. OLE color: 9803577.

HSL color Cylindrical-coordinate representation of color #399795: hue angle of 178.72º 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 #399795 is Cyan = 0.62, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.41.

Color convert

RGB 57 151 149 -
CMYK 0.62 0 0.01 0.41
HSL 178.72º 0.45% 0.41% -
HSV(B) 178.72º 0.62% 0.59% -
XYZ 18.18 25.17 32.33 -
YUV 122.67 142.86 81.16 -
System Red Green Blue C M Y K H S L
Decimal 57 151 149 0.62 0 0.01 0.41 178.72 0.45 0.41
Hex 39 97 95 3E 0 1 29 B3 2D 29
Octal 71 227 225 76 0 1 51 263 55 51
Binary 111001 10010111 10010101 111110 0 1 101001 10110011 101101 101001

Color Harmonies of #399795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #399795

Black with #399795

Text Example


Text Example

White with #399795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #399795; }

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

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

background-color css

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

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

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

border-color css

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

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

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