#366474

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

Shades of Blumine #366474

Tints of Blumine #366474

Color information

#366474 (or 0x366474) is unknown color: approx Blumine. HEX triplet: 36, 64 and 74. RGB value is (54,100,116). Sum of RGB (Red+Green+Blue) = 54+100+116=270 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20% from 270); Green value is 100 (39.45% from 255 or 37.04% from 270); Blue value is 116 (45.70% from 255 or 42.96% from 270); Max value from RGB is 116 - color contains mainly: blue. Hex color #366474 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366474 is #C99B8B. Grayscale: #575757. Windows color (decimal): -13212556 or 7627830. OLE color: 7627830.

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

Color convert

RGB54100116-
CMYK0.530.1400.55
HSL195.48º36.47%33.33%-
HSV(B)195.48º53.45%45.49%-
XYZ9.2311.1618.19-
YUV88.07143.76103.7-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20%
GREEN value IS 100 (39.45% from 255) = 37.04%
BLUE value IS 116 (45.70% from 255) = 42.96%
R=20%
G=37.04%
B=42.96%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal541001160.530.1400.55195.4836.4733.33
Hex36647435E037c32421
Octal6614416465160673034441
Binary110110110010011101001101011110011011111000011100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366474; }

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

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

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

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

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

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

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

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