Html Css Color HEX #399292 Blue Chill

📋 copy color: '#399292'

red 57 ◦ green 146 ◦ blue 146

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

Shades of Blue Chill #399292

Tints of Blue Chill #399292

RGB

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

 GREEN value IS 146 (57.42% from 255) = 41.83%

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

R = 16.33%
G = 41.83%
B = 41.83%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#399292 (or 0x399292) is known color: Blue Chill. HEX triplet: 39, 92 and 92. RGB value is (57,146,146). Sum of RGB (Red+Green+Blue) = 57+146+146=349 (46% of max value = 765). Red value is 57 (22.66% from 255 or 16.33% from 349); Green value is 146 (57.42% from 255 or 41.83% from 349); Blue value is 146 (57.42% from 255 or 41.83% from 349); Max value from RGB is 146 - color contains mainly: green, blue. Hex color #399292 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #399292 is #C66D6D. Grayscale: #777777. Windows color (decimal): -13004142 or 9605689. OLE color: 9605689.

HSL color Cylindrical-coordinate representation of color #399292: hue angle of 180º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #399292 is Cyan = 0.61, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 57 146 146 -
CMYK 0.61 0 0 0.43
HSL 180º 0.44% 0.4% -
HSV(B) 180º 0.61% 0.57% -
XYZ 17.15 23.5 30.83 -
YUV 119.39 143.01 83.5 -
System Red Green Blue C M Y K H S L
Decimal 57 146 146 0.61 0 0 0.43 180 0.44 0.4
Hex 39 92 92 3D 0 0 2B B4 2C 28
Octal 71 222 222 75 0 0 53 264 54 50
Binary 111001 10010010 10010010 111101 0 0 101011 10110100 101100 101000

Color Harmonies of #399292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #399292

Black with #399292

Text Example


Text Example

White with #399292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #399292; }

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

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

background-color css

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

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

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

border-color css

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

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

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