#396478

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

Shades of Blumine #396478

Tints of Blumine #396478

Color information

#396478 (or 0x396478) is unknown color: approx Blumine. HEX triplet: 39, 64 and 78. RGB value is (57,100,120). Sum of RGB (Red+Green+Blue) = 57+100+120=277 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.58% from 277); Green value is 100 (39.45% from 255 or 36.10% from 277); Blue value is 120 (47.27% from 255 or 43.32% from 277); Max value from RGB is 120 - color contains mainly: blue. Hex color #396478 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396478 is #C69B87. Grayscale: #595959. Windows color (decimal): -13015944 or 7889977. OLE color: 7889977.

HSL color Cylindrical-coordinate representation of color #396478: hue angle of 199.05º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #396478 is Cyan = 0.52, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB57100120-
CMYK0.520.1700.53
HSL199.05º35.59%34.71%-
HSV(B)199.05º52.5%47.06%-
XYZ9.6311.3419.45-
YUV89.42145.25104.87-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.58%
GREEN value IS 100 (39.45% from 255) = 36.10%
BLUE value IS 120 (47.27% from 255) = 43.32%
R=20.58%
G=36.10%
B=43.32%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal571001200.520.1700.53199.0535.5934.71
Hex3964783411035c72423
Octal7114417064210653074443
Binary1110011100100111100011010010001011010111000111100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396478; }

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

 H1.HeaderClassName
 {
   color: #396478;
 }
 .AnyTagClassName
 {
   color: #396478;
 }
</style>
background-color css

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

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

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

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

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

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