#366279

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

Shades of Blumine #366279

Tints of Blumine #366279

Color information

#366279 (or 0x366279) is unknown color: approx Blumine. HEX triplet: 36, 62 and 79. RGB value is (54,98,121). Sum of RGB (Red+Green+Blue) = 54+98+121=273 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.78% from 273); Green value is 98 (38.67% from 255 or 35.90% from 273); Blue value is 121 (47.66% from 255 or 44.32% from 273); Max value from RGB is 121 - color contains mainly: blue. Hex color #366279 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366279 is #C99D86. Grayscale: #575757. Windows color (decimal): -13213063 or 7954998. OLE color: 7954998.

HSL color Cylindrical-coordinate representation of color #366279: hue angle of 200.6º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #366279 is Cyan = 0.55, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5498121-
CMYK0.550.1900.53
HSL200.6º38.29%34.31%-
HSV(B)200.6º55.37%47.45%-
XYZ9.3410.919.7-
YUV87.47146.92104.13-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.78%
GREEN value IS 98 (38.67% from 255) = 35.90%
BLUE value IS 121 (47.66% from 255) = 44.32%
R=19.78%
G=35.90%
B=44.32%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal54981210.550.1900.53200.638.2934.31
Hex3662793713035c92622
Octal6614217167230653114642
Binary1101101100010111100111011110011011010111001001100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366279; }

 p { color: rgb(54,98,121); }

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

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

 a { background-color: rgb(54,98,121); }

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

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

 span { border-color: rgb(54,98,121); }

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