Html Css Color HEX #396374 Blumine

📋 copy color: '#396374'

red 57 ◦ green 99 ◦ blue 116

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

Shades of Blumine #396374

Tints of Blumine #396374

RGB

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

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

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

R = 20.96%
G = 36.4%
B = 42.65%

CMYK

 C value IS 0.51

 M value IS 0.15

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#396374 (or 0x396374) is known color: Blumine. HEX triplet: 39, 63 and 74. RGB value is (57,99,116). Sum of RGB (Red+Green+Blue) = 57+99+116=272 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.96% from 272); Green value is 99 (39.06% from 255 or 36.40% from 272); Blue value is 116 (45.70% from 255 or 42.65% from 272); Max value from RGB is 116 - color contains mainly: blue. Hex color #396374 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396374 is #C69C8B. Grayscale: #585858. Windows color (decimal): -13016204 or 7627577. OLE color: 7627577.

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

Color convert

RGB 57 99 116 -
CMYK 0.51 0.15 0 0.55
HSL 197.29º 0.34% 0.34% -
HSV(B) 197.29º 0.51% 0.45% -
XYZ 9.3 11.05 18.17 -
YUV 88.38 143.59 105.62 -
System Red Green Blue C M Y K H S L
Decimal 57 99 116 0.51 0.15 0 0.55 197.29 0.34 0.34
Hex 39 63 74 33 F 0 37 C5 22 22
Octal 71 143 164 63 17 0 67 305 42 42
Binary 111001 1100011 1110100 110011 1111 0 110111 11000101 100010 100010

Color Harmonies of #396374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396374

Black with #396374

Text Example


Text Example

White with #396374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396374; }

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

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

background-color css

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

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

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

border-color css

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

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

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