#366673

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

Shades of Blumine #366673

Tints of Blumine #366673

Color information

#366673 (or 0x366673) is unknown color: approx Blumine. HEX triplet: 36, 66 and 73. RGB value is (54,102,115). Sum of RGB (Red+Green+Blue) = 54+102+115=271 (35% of max value = 765). Red value is 54 (21.48% from 255 or 19.93% from 271); Green value is 102 (40.23% from 255 or 37.64% from 271); Blue value is 115 (45.31% from 255 or 42.44% from 271); Max value from RGB is 115 - color contains mainly: blue. Hex color #366673 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366673 is #C9998C. Grayscale: #595959. Windows color (decimal): -13212045 or 7562806. OLE color: 7562806.

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

Color convert

RGB54102115-
CMYK0.530.1100.55
HSL192.79º36.09%33.14%-
HSV(B)192.79º53.04%45.1%-
XYZ9.3711.5217.95-
YUV89.13142.6102.94-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.93%
GREEN value IS 102 (40.23% from 255) = 37.64%
BLUE value IS 115 (45.31% from 255) = 42.44%
R=19.93%
G=37.64%
B=42.44%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal541021150.530.1100.55192.7936.0933.14
Hex36667335B037c12421
Octal6614616365130673014441
Binary110110110011011100111101011011011011111000001100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366673; }

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

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

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

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

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

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

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

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