Html Css Color HEX #399992 Blue Chill

📋 copy color: '#399992'

red 57 ◦ green 153 ◦ blue 146

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

Shades of Blue Chill #399992

Tints of Blue Chill #399992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 41.01%

R = 16.01%
G = 42.98%
B = 41.01%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.05

 K value IS 0.4

RGB Variations

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

Color information

#399992 (or 0x399992) is known color: Blue Chill. HEX triplet: 39, 99 and 92. RGB value is (57,153,146). Sum of RGB (Red+Green+Blue) = 57+153+146=356 (47% of max value = 765). Red value is 57 (22.66% from 255 or 16.01% from 356); Green value is 153 (60.16% from 255 or 42.98% from 356); Blue value is 146 (57.42% from 255 or 41.01% from 356); Max value from RGB is 153 - color contains mainly: green. Hex color #399992 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #399992 is #C6666D. Grayscale: #7B7B7B. Windows color (decimal): -13002350 or 9607481. OLE color: 9607481.

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

Color convert

RGB 57 153 146 -
CMYK 0.63 0 0.05 0.4
HSL 175.63º 0.46% 0.41% -
HSV(B) 175.63º 0.63% 0.6% -
XYZ 18.27 25.73 31.2 -
YUV 123.5 140.7 80.57 -
System Red Green Blue C M Y K H S L
Decimal 57 153 146 0.63 0 0.05 0.4 175.63 0.46 0.41
Hex 39 99 92 3F 0 5 28 B0 2E 29
Octal 71 231 222 77 0 5 50 260 56 51
Binary 111001 10011001 10010010 111111 0 101 101000 10110000 101110 101001

Color Harmonies of #399992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #399992

Black with #399992

Text Example


Text Example

White with #399992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #399992; }

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

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

background-color css

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

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

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

border-color css

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

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

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