Html Css Color HEX #399799 Blue Chill

📋 copy color: '#399799'

red 57 ◦ green 151 ◦ blue 153

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

Shades of Blue Chill #399799

Tints of Blue Chill #399799

RGB

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

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

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

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

CMYK

 C value IS 0.63

 M value IS 0.01

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

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

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

Color convert

RGB 57 151 153 -
CMYK 0.63 0.01 0 0.4
HSL 181.25º 0.46% 0.41% -
HSV(B) 181.25º 0.63% 0.6% -
XYZ 18.5 25.3 34.05 -
YUV 123.12 144.86 80.84 -
System Red Green Blue C M Y K H S L
Decimal 57 151 153 0.63 0.01 0 0.4 181.25 0.46 0.41
Hex 39 97 99 3F 1 0 28 B5 2E 29
Octal 71 227 231 77 1 0 50 265 56 51
Binary 111001 10010111 10011001 111111 1 0 101000 10110101 101110 101001

Color Harmonies of #399799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #399799

Black with #399799

Text Example


Text Example

White with #399799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #399799; }

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

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

background-color css

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

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

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

border-color css

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

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

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