Html Css Color HEX #396174 Blumine

📋 copy color: '#396174'

red 57 ◦ green 97 ◦ blue 116

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

Shades of Blumine #396174

Tints of Blumine #396174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 42.96%

R = 21.11%
G = 35.93%
B = 42.96%

CMYK

 C value IS 0.51

 M value IS 0.16

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#396174 (or 0x396174) is known color: Blumine. HEX triplet: 39, 61 and 74. RGB value is (57,97,116). Sum of RGB (Red+Green+Blue) = 57+97+116=270 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.11% from 270); Green value is 97 (38.28% from 255 or 35.93% from 270); Blue value is 116 (45.70% from 255 or 42.96% from 270); Max value from RGB is 116 - color contains mainly: blue. Hex color #396174 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396174 is #C69E8B. Grayscale: #575757. Windows color (decimal): -13016716 or 7627065. OLE color: 7627065.

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

Color convert

RGB 57 97 116 -
CMYK 0.51 0.16 0 0.55
HSL 199.32º 0.34% 0.34% -
HSV(B) 199.32º 0.51% 0.45% -
XYZ 9.11 10.68 18.1 -
YUV 87.21 144.25 106.46 -
System Red Green Blue C M Y K H S L
Decimal 57 97 116 0.51 0.16 0 0.55 199.32 0.34 0.34
Hex 39 61 74 33 10 0 37 C7 22 22
Octal 71 141 164 63 20 0 67 307 42 42
Binary 111001 1100001 1110100 110011 10000 0 110111 11000111 100010 100010

Color Harmonies of #396174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396174

Black with #396174

Text Example


Text Example

White with #396174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396174; }

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

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

background-color css

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

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

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

border-color css

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

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

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