#396773

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

Shades of Blumine #396773

Tints of Blumine #396773

Color information

#396773 (or 0x396773) is unknown color: approx Blumine. HEX triplet: 39, 67 and 73. RGB value is (57,103,115). Sum of RGB (Red+Green+Blue) = 57+103+115=275 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.73% from 275); Green value is 103 (40.62% from 255 or 37.45% from 275); Blue value is 115 (45.31% from 255 or 41.82% from 275); Max value from RGB is 115 - color contains mainly: blue. Hex color #396773 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396773 is #C6988C. Grayscale: #5A5A5A. Windows color (decimal): -13015181 or 7563065. OLE color: 7563065.

HSL color Cylindrical-coordinate representation of color #396773: hue angle of 192.41º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #396773 is Cyan = 0.50, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB57103115-
CMYK0.500.1000.55
HSL192.41º33.72%33.73%-
HSV(B)192.41º50.43%45.1%-
XYZ9.6311.8117.99-
YUV90.61141.76104.02-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.73%
GREEN value IS 103 (40.62% from 255) = 37.45%
BLUE value IS 115 (45.31% from 255) = 41.82%
R=20.73%
G=37.45%
B=41.82%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal571031150.500.1000.55192.4133.7233.73
Hex39677332A037c02222
Octal7114716362120673004242
Binary111001110011111100111100101010011011111000000100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396773; }

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

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

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

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

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

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

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

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