#396775

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

Shades of Blumine #396775

Tints of Blumine #396775

Color information

#396775 (or 0x396775) is unknown color: approx Blumine. HEX triplet: 39, 67 and 75. RGB value is (57,103,117). Sum of RGB (Red+Green+Blue) = 57+103+117=277 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.58% from 277); Green value is 103 (40.62% from 255 or 37.18% from 277); Blue value is 117 (46.09% from 255 or 42.24% from 277); Max value from RGB is 117 - color contains mainly: blue. Hex color #396775 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396775 is #C6988A. Grayscale: #5A5A5A. Windows color (decimal): -13015179 or 7694137. OLE color: 7694137.

HSL color Cylindrical-coordinate representation of color #396775: hue angle of 194º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #396775 is Cyan = 0.51, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB57103117-
CMYK0.510.1200.54
HSL194º34.48%34.12%-
HSV(B)194º51.28%45.88%-
XYZ9.7511.8518.6-
YUV90.84142.76103.86-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.58%
GREEN value IS 103 (40.62% from 255) = 37.18%
BLUE value IS 117 (46.09% from 255) = 42.24%
R=20.58%
G=37.18%
B=42.24%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal571031170.510.1200.5419434.4834.12
Hex39677533C036c22222
Octal7114716563140663024242
Binary111001110011111101011100111100011011011000010100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396775; }

 p { color: rgb(57,103,117); }

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

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

 a { background-color: rgb(57,103,117); }

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

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

 span { border-color: rgb(57,103,117); }

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