#366372

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

Shades of Blumine #366372

Tints of Blumine #366372

Color information

#366372 (or 0x366372) is unknown color: approx Blumine. HEX triplet: 36, 63 and 72. RGB value is (54,99,114). Sum of RGB (Red+Green+Blue) = 54+99+114=267 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.22% from 267); Green value is 99 (39.06% from 255 or 37.08% from 267); Blue value is 114 (44.92% from 255 or 42.70% from 267); Max value from RGB is 114 - color contains mainly: blue. Hex color #366372 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366372 is #C99C8D. Grayscale: #575757. Windows color (decimal): -13212814 or 7496502. OLE color: 7496502.

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

Color convert

RGB5499114-
CMYK0.530.1300.55
HSL195º35.71%32.94%-
HSV(B)195º52.63%44.71%-
XYZ9.0210.9217.55-
YUV87.26143.09104.28-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.22%
GREEN value IS 99 (39.06% from 255) = 37.08%
BLUE value IS 114 (44.92% from 255) = 42.70%
R=20.22%
G=37.08%
B=42.70%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal54991140.530.1300.5519535.7132.94
Hex36637235D037c32421
Octal6614316265150673034441
Binary110110110001111100101101011101011011111000011100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366372; }

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

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

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

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

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

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

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

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