Html Css Color HEX #396474 Blumine

📋 copy color: '#396474'

red 57 ◦ green 100 ◦ blue 116

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

Shades of Blumine #396474

Tints of Blumine #396474

RGB

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

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

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

R = 20.88%
G = 36.63%
B = 42.49%

CMYK

 C value IS 0.51

 M value IS 0.14

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#396474 (or 0x396474) is known color: Blumine. HEX triplet: 39, 64 and 74. RGB value is (57,100,116). Sum of RGB (Red+Green+Blue) = 57+100+116=273 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.88% from 273); Green value is 100 (39.45% from 255 or 36.63% from 273); Blue value is 116 (45.70% from 255 or 42.49% from 273); Max value from RGB is 116 - color contains mainly: blue. Hex color #396474 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396474 is #C69B8B. Grayscale: #585858. Windows color (decimal): -13015948 or 7627833. OLE color: 7627833.

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

Color convert

RGB 57 100 116 -
CMYK 0.51 0.14 0 0.55
HSL 196.27º 0.34% 0.34% -
HSV(B) 196.27º 0.51% 0.45% -
XYZ 9.4 11.25 18.2 -
YUV 88.97 143.25 105.2 -
System Red Green Blue C M Y K H S L
Decimal 57 100 116 0.51 0.14 0 0.55 196.27 0.34 0.34
Hex 39 64 74 33 E 0 37 C4 22 22
Octal 71 144 164 63 16 0 67 304 42 42
Binary 111001 1100100 1110100 110011 1110 0 110111 11000100 100010 100010

Color Harmonies of #396474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396474

Black with #396474

Text Example


Text Example

White with #396474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396474; }

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

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

background-color css

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

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

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

border-color css

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

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

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