Html Css Color HEX #396173 Blumine

📋 copy color: '#396173'

red 57 ◦ green 97 ◦ blue 115

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

Shades of Blumine #396173

Tints of Blumine #396173

RGB

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

 GREEN value IS 97 (38.28% from 255) = 36.06%

 BLUE value IS 115 (45.31% from 255) = 42.75%

R = 21.19%
G = 36.06%
B = 42.75%

CMYK

 C value IS 0.50

 M value IS 0.16

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#396173 (or 0x396173) is known color: Blumine. HEX triplet: 39, 61 and 73. RGB value is (57,97,115). Sum of RGB (Red+Green+Blue) = 57+97+115=269 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.19% from 269); Green value is 97 (38.28% from 255 or 36.06% from 269); Blue value is 115 (45.31% from 255 or 42.75% from 269); Max value from RGB is 115 - color contains mainly: blue. Hex color #396173 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396173 is #C69E8C. Grayscale: #565656. Windows color (decimal): -13016717 or 7561529. OLE color: 7561529.

HSL color Cylindrical-coordinate representation of color #396173: hue angle of 198.62º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #396173 is Cyan = 0.50, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 57 97 115 -
CMYK 0.50 0.16 0 0.55
HSL 198.62º 0.34% 0.34% -
HSV(B) 198.62º 0.5% 0.45% -
XYZ 9.06 10.66 17.8 -
YUV 87.09 143.75 106.54 -
System Red Green Blue C M Y K H S L
Decimal 57 97 115 0.50 0.16 0 0.55 198.62 0.34 0.34
Hex 39 61 73 32 10 0 37 C7 22 22
Octal 71 141 163 62 20 0 67 307 42 42
Binary 111001 1100001 1110011 110010 10000 0 110111 11000111 100010 100010

Color Harmonies of #396173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396173

Black with #396173

Text Example


Text Example

White with #396173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396173; }

 p { color: rgb(57,97,115); }

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

background-color css

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

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

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

border-color css

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

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

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