#366172

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

Shades of Blumine #366172

Tints of Blumine #366172

Color information

#366172 (or 0x366172) is unknown color: approx Blumine. HEX triplet: 36, 61 and 72. RGB value is (54,97,114). Sum of RGB (Red+Green+Blue) = 54+97+114=265 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.38% from 265); Green value is 97 (38.28% from 255 or 36.60% from 265); Blue value is 114 (44.92% from 255 or 43.02% from 265); Max value from RGB is 114 - color contains mainly: blue. Hex color #366172 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366172 is #C99E8D. Grayscale: #555555. Windows color (decimal): -13213326 or 7495990. OLE color: 7495990.

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

Color convert

RGB5497114-
CMYK0.530.1500.55
HSL197º35.71%32.94%-
HSV(B)197º52.63%44.71%-
XYZ8.8310.5517.49-
YUV86.08143.75105.12-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.38%
GREEN value IS 97 (38.28% from 255) = 36.60%
BLUE value IS 114 (44.92% from 255) = 43.02%
R=20.38%
G=36.60%
B=43.02%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal54971140.530.1500.5519735.7132.94
Hex36617235F037c52421
Octal6614116265170673054441
Binary110110110000111100101101011111011011111000101100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366172; }

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

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

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

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

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

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

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

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