#366169

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

Shades of Blumine #366169

Tints of Blumine #366169

Color information

#366169 (or 0x366169) is unknown color: approx Blumine. HEX triplet: 36, 61 and 69. RGB value is (54,97,105). Sum of RGB (Red+Green+Blue) = 54+97+105=256 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.09% from 256); Green value is 97 (38.28% from 255 or 37.89% from 256); Blue value is 105 (41.41% from 255 or 41.02% from 256); Max value from RGB is 105 - color contains mainly: blue. Hex color #366169 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366169 is #C99E96. Grayscale: #545454. Windows color (decimal): -13213335 or 6906166. OLE color: 6906166.

HSL color Cylindrical-coordinate representation of color #366169: hue angle of 189.41º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #366169 is Cyan = 0.49, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5497105-
CMYK0.490.0800.59
HSL189.41º32.08%31.18%-
HSV(B)189.41º48.57%41.18%-
XYZ8.3510.3514.92-
YUV85.06139.25105.85-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.09%
GREEN value IS 97 (38.28% from 255) = 37.89%
BLUE value IS 105 (41.41% from 255) = 41.02%
R=21.09%
G=37.89%
B=41.02%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal54971050.490.0800.59189.4132.0831.18
Hex36616931803Bbd201f
Octal6614115161100732754037
Binary11011011000011101001110001100001110111011110110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366169; }

 p { color: rgb(54,97,105); }

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

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

 a { background-color: rgb(54,97,105); }

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

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

 span { border-color: rgb(54,97,105); }

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