#396374

Color #396374 Blumine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blumine #396374

Tints of Blumine #396374

Color information

#396374 (or 0x396374) is unknown color: approx 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

RGB5799116-
CMYK0.510.1500.55
HSL197.29º34.1%33.92%-
HSV(B)197.29º50.86%45.49%-
XYZ9.311.0518.17-
YUV88.38143.59105.62-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.96%
GREEN value IS 99 (39.06% from 255) = 36.40%
BLUE value IS 116 (45.70% from 255) = 42.65%
R=20.96%
G=36.40%
B=42.65%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal57991160.510.1500.55197.2934.133.92
Hex39637433F037c52222
Octal7114316463170673054242
Binary111001110001111101001100111111011011111000101100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>