Html Css Color HEX #396473 Blumine

📋 copy color: '#396473'

red 57 ◦ green 100 ◦ blue 115

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

Shades of Blumine #396473

Tints of Blumine #396473

RGB

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

 GREEN value IS 100 (39.45% from 255) = 36.76%

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

R = 20.96%
G = 36.76%
B = 42.28%

CMYK

 C value IS 0.50

 M value IS 0.13

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#396473 (or 0x396473) is known color: Blumine. HEX triplet: 39, 64 and 73. RGB value is (57,100,115). Sum of RGB (Red+Green+Blue) = 57+100+115=272 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.96% from 272); Green value is 100 (39.45% from 255 or 36.76% from 272); Blue value is 115 (45.31% from 255 or 42.28% from 272); Max value from RGB is 115 - color contains mainly: blue. Hex color #396473 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396473 is #C69B8C. Grayscale: #585858. Windows color (decimal): -13015949 or 7562297. OLE color: 7562297.

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

Color convert

RGB 57 100 115 -
CMYK 0.50 0.13 0 0.55
HSL 195.52º 0.34% 0.34% -
HSV(B) 195.52º 0.5% 0.45% -
XYZ 9.34 11.22 17.89 -
YUV 88.85 142.75 105.28 -
System Red Green Blue C M Y K H S L
Decimal 57 100 115 0.50 0.13 0 0.55 195.52 0.34 0.34
Hex 39 64 73 32 D 0 37 C4 22 22
Octal 71 144 163 62 15 0 67 304 42 42
Binary 111001 1100100 1110011 110010 1101 0 110111 11000100 100010 100010

Color Harmonies of #396473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396473

Black with #396473

Text Example


Text Example

White with #396473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396473; }

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

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

background-color css

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

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

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

border-color css

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

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

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