Html Css Color HEX #396573 Blumine

📋 copy color: '#396573'

red 57 ◦ green 101 ◦ blue 115

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

Shades of Blumine #396573

Tints of Blumine #396573

RGB

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

 GREEN value IS 101 (39.84% from 255) = 37%

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

R = 20.88%
G = 37%
B = 42.12%

CMYK

 C value IS 0.50

 M value IS 0.12

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#396573 (or 0x396573) is known color: Blumine. HEX triplet: 39, 65 and 73. RGB value is (57,101,115). Sum of RGB (Red+Green+Blue) = 57+101+115=273 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.88% from 273); Green value is 101 (39.84% from 255 or 37.00% from 273); Blue value is 115 (45.31% from 255 or 42.12% from 273); Max value from RGB is 115 - color contains mainly: blue. Hex color #396573 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396573 is #C69A8C. Grayscale: #595959. Windows color (decimal): -13015693 or 7562553. OLE color: 7562553.

HSL color Cylindrical-coordinate representation of color #396573: hue angle of 194.48º 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 #396573 is Cyan = 0.50, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 57 101 115 -
CMYK 0.50 0.12 0 0.55
HSL 194.48º 0.34% 0.34% -
HSV(B) 194.48º 0.5% 0.45% -
XYZ 9.44 11.42 17.93 -
YUV 89.44 142.42 104.86 -
System Red Green Blue C M Y K H S L
Decimal 57 101 115 0.50 0.12 0 0.55 194.48 0.34 0.34
Hex 39 65 73 32 C 0 37 C2 22 22
Octal 71 145 163 62 14 0 67 302 42 42
Binary 111001 1100101 1110011 110010 1100 0 110111 11000010 100010 100010

Color Harmonies of #396573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396573

Black with #396573

Text Example


Text Example

White with #396573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396573; }

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

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

background-color css

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

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

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

border-color css

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

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

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