#366773

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

Shades of Blumine #366773

Tints of Blumine #366773

Color information

#366773 (or 0x366773) is unknown color: approx Blumine. HEX triplet: 36, 67 and 73. RGB value is (54,103,115). Sum of RGB (Red+Green+Blue) = 54+103+115=272 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.85% from 272); Green value is 103 (40.62% from 255 or 37.87% from 272); Blue value is 115 (45.31% from 255 or 42.28% from 272); Max value from RGB is 115 - color contains mainly: blue. Hex color #366773 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366773 is #C9988C. Grayscale: #595959. Windows color (decimal): -13211789 or 7563062. OLE color: 7563062.

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

Color convert

RGB54103115-
CMYK0.530.1000.55
HSL191.8º36.09%33.14%-
HSV(B)191.8º53.04%45.1%-
XYZ9.4711.7217.98-
YUV89.72142.27102.52-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.85%
GREEN value IS 103 (40.62% from 255) = 37.87%
BLUE value IS 115 (45.31% from 255) = 42.28%
R=19.85%
G=37.87%
B=42.28%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal541031150.530.1000.55191.836.0933.14
Hex36677335A037c02421
Octal6614716365120673004441
Binary110110110011111100111101011010011011111000000100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366773; }

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

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

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

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

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

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

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

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