#396678

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

Shades of Blumine #396678

Tints of Blumine #396678

Color information

#396678 (or 0x396678) is unknown color: approx Blumine. HEX triplet: 39, 66 and 78. RGB value is (57,102,120). Sum of RGB (Red+Green+Blue) = 57+102+120=279 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.43% from 279); Green value is 102 (40.23% from 255 or 36.56% from 279); Blue value is 120 (47.27% from 255 or 43.01% from 279); Max value from RGB is 120 - color contains mainly: blue. Hex color #396678 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396678 is #C69987. Grayscale: #5A5A5A. Windows color (decimal): -13015432 or 7890489. OLE color: 7890489.

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

Color convert

RGB57102120-
CMYK0.520.1500.53
HSL197.14º35.59%34.71%-
HSV(B)197.14º52.5%47.06%-
XYZ9.8311.7319.52-
YUV90.6144.59104.04-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.43%
GREEN value IS 102 (40.23% from 255) = 36.56%
BLUE value IS 120 (47.27% from 255) = 43.01%
R=20.43%
G=36.56%
B=43.01%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal571021200.520.1500.53197.1435.5934.71
Hex39667834F035c52423
Octal7114617064170653054443
Binary111001110011011110001101001111011010111000101100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396678; }

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

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

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

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

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

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

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

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