#366374

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

Shades of Blumine #366374

Tints of Blumine #366374

Color information

#366374 (or 0x366374) is unknown color: approx Blumine. HEX triplet: 36, 63 and 74. RGB value is (54,99,116). Sum of RGB (Red+Green+Blue) = 54+99+116=269 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.07% from 269); Green value is 99 (39.06% from 255 or 36.80% from 269); Blue value is 116 (45.70% from 255 or 43.12% from 269); Max value from RGB is 116 - color contains mainly: blue. Hex color #366374 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366374 is #C99C8B. Grayscale: #575757. Windows color (decimal): -13212812 or 7627574. OLE color: 7627574.

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

Color convert

RGB5499116-
CMYK0.530.1500.55
HSL196.45º36.47%33.33%-
HSV(B)196.45º53.45%45.49%-
XYZ9.1410.9718.16-
YUV87.48144.09104.12-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.07%
GREEN value IS 99 (39.06% from 255) = 36.80%
BLUE value IS 116 (45.70% from 255) = 43.12%
R=20.07%
G=36.80%
B=43.12%

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
Decimal54991160.530.1500.55196.4536.4733.33
Hex36637435F037c42421
Octal6614316465170673044441
Binary110110110001111101001101011111011011111000100100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366374; }

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

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

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

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

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

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

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

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