Html Css Color HEX #396376 Blumine

📋 copy color: '#396376'

red 57 ◦ green 99 ◦ blue 118

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

Shades of Blumine #396376

Tints of Blumine #396376

RGB

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

 GREEN value IS 99 (39.06% from 255) = 36.13%

 BLUE value IS 118 (46.48% from 255) = 43.07%

R = 20.8%
G = 36.13%
B = 43.07%

CMYK

 C value IS 0.52

 M value IS 0.16

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#396376 (or 0x396376) is known color: Blumine. HEX triplet: 39, 63 and 76. RGB value is (57,99,118). Sum of RGB (Red+Green+Blue) = 57+99+118=274 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.80% from 274); Green value is 99 (39.06% from 255 or 36.13% from 274); Blue value is 118 (46.48% from 255 or 43.07% from 274); Max value from RGB is 118 - color contains mainly: blue. Hex color #396376 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396376 is #C69C89. Grayscale: #585858. Windows color (decimal): -13016202 or 7758649. OLE color: 7758649.

HSL color Cylindrical-coordinate representation of color #396376: hue angle of 198.69º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #396376 is Cyan = 0.52, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 57 99 118 -
CMYK 0.52 0.16 0 0.54
HSL 198.69º 0.35% 0.34% -
HSV(B) 198.69º 0.52% 0.46% -
XYZ 9.42 11.1 18.79 -
YUV 88.61 144.59 105.46 -
System Red Green Blue C M Y K H S L
Decimal 57 99 118 0.52 0.16 0 0.54 198.69 0.35 0.34
Hex 39 63 76 34 10 0 36 C7 23 22
Octal 71 143 166 64 20 0 66 307 43 42
Binary 111001 1100011 1110110 110100 10000 0 110110 11000111 100011 100010

Color Harmonies of #396376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396376

Black with #396376

Text Example


Text Example

White with #396376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396376; }

 p { color: rgb(57,99,118); }

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

background-color css

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

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

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

border-color css

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

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

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