#366377

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

Shades of Blumine #366377

Tints of Blumine #366377

Color information

#366377 (or 0x366377) is unknown color: approx Blumine. HEX triplet: 36, 63 and 77. RGB value is (54,99,119). Sum of RGB (Red+Green+Blue) = 54+99+119=272 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.85% from 272); Green value is 99 (39.06% from 255 or 36.40% from 272); Blue value is 119 (46.88% from 255 or 43.75% from 272); Max value from RGB is 119 - color contains mainly: blue. Hex color #366377 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366377 is #C99C88. Grayscale: #575757. Windows color (decimal): -13212809 or 7824182. OLE color: 7824182.

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

Color convert

RGB5499119-
CMYK0.550.1700.53
HSL198.46º37.57%33.92%-
HSV(B)198.46º54.62%46.67%-
XYZ9.3111.0419.09-
YUV87.82145.59103.87-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.85%
GREEN value IS 99 (39.06% from 255) = 36.40%
BLUE value IS 119 (46.88% from 255) = 43.75%
R=19.85%
G=36.40%
B=43.75%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal54991190.550.1700.53198.4637.5733.92
Hex3663773711035c62622
Octal6614316767210653064642
Binary1101101100011111011111011110001011010111000110100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366377; }

 p { color: rgb(54,99,119); }

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

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

 a { background-color: rgb(54,99,119); }

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

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

 span { border-color: rgb(54,99,119); }

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