#366473

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

Shades of Blumine #366473

Tints of Blumine #366473

Color information

#366473 (or 0x366473) is unknown color: approx Blumine. HEX triplet: 36, 64 and 73. RGB value is (54,100,115). Sum of RGB (Red+Green+Blue) = 54+100+115=269 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.07% from 269); Green value is 100 (39.45% from 255 or 37.17% from 269); Blue value is 115 (45.31% from 255 or 42.75% from 269); Max value from RGB is 115 - color contains mainly: blue. Hex color #366473 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366473 is #C99B8C. Grayscale: #575757. Windows color (decimal): -13212557 or 7562294. OLE color: 7562294.

HSL color Cylindrical-coordinate representation of color #366473: hue angle of 194.75º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #366473 is Cyan = 0.53, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB54100115-
CMYK0.530.1300.55
HSL194.75º36.09%33.14%-
HSV(B)194.75º53.04%45.1%-
XYZ9.1711.1417.89-
YUV87.96143.26103.78-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.07%
GREEN value IS 100 (39.45% from 255) = 37.17%
BLUE value IS 115 (45.31% from 255) = 42.75%
R=20.07%
G=37.17%
B=42.75%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal541001150.530.1300.55194.7536.0933.14
Hex36647335D037c32421
Octal6614416365150673034441
Binary110110110010011100111101011101011011111000011100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366473; }

 p { color: rgb(54,100,115); }

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

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

 a { background-color: rgb(54,100,115); }

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

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

 span { border-color: rgb(54,100,115); }

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