#366174

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

Shades of Blumine #366174

Tints of Blumine #366174

Color information

#366174 (or 0x366174) is unknown color: approx Blumine. HEX triplet: 36, 61 and 74. RGB value is (54,97,116). Sum of RGB (Red+Green+Blue) = 54+97+116=267 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.22% from 267); Green value is 97 (38.28% from 255 or 36.33% from 267); Blue value is 116 (45.70% from 255 or 43.45% from 267); Max value from RGB is 116 - color contains mainly: blue. Hex color #366174 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366174 is #C99E8B. Grayscale: #565656. Windows color (decimal): -13213324 or 7627062. OLE color: 7627062.

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

Color convert

RGB5497116-
CMYK0.530.1600.55
HSL198.39º36.47%33.33%-
HSV(B)198.39º53.45%45.49%-
XYZ8.9510.5918.1-
YUV86.31144.75104.96-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.22%
GREEN value IS 97 (38.28% from 255) = 36.33%
BLUE value IS 116 (45.70% from 255) = 43.45%
R=20.22%
G=36.33%
B=43.45%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal54971160.530.1600.55198.3936.4733.33
Hex3661743510037c62421
Octal6614116465200673064441
Binary1101101100001111010011010110000011011111000110100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366174; }

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

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

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

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

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

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

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

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