#2A246F

Color #2A246F Paris M (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paris M #2A246F

Tints of Paris M #2A246F

Color information

#2A246F (or 0x2A246F) is unknown color: approx Paris M. HEX triplet: 2A, 24 and 6F. RGB value is (42,36,111). Sum of RGB (Red+Green+Blue) = 42+36+111=189 (25% of max value = 765). Red value is 42 (16.80% from 255 or 22.22% from 189); Green value is 36 (14.45% from 255 or 19.05% from 189); Blue value is 111 (43.75% from 255 or 58.73% from 189); Max value from RGB is 111 - color contains mainly: blue. Hex color #2A246F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A246F is #D5DB90. Grayscale: #2E2E2E. Windows color (decimal): -14015377 or 7283754. OLE color: 7283754.

HSL color Cylindrical-coordinate representation of color #2A246F: hue angle of 244.8º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2A246F is Cyan = 0.62, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4236111-
CMYK0.620.6800.56
HSL244.8º51.02%28.82%-
HSV(B)244.8º67.57%43.53%-
XYZ4.452.915.36-
YUV46.34164.49124.9-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 22.22%
GREEN value IS 36 (14.45% from 255) = 19.05%
BLUE value IS 111 (43.75% from 255) = 58.73%
R=22.22%
G=19.05%
B=58.73%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal42361110.620.6800.56244.851.0228.82
Hex2A246F3E44038f5331d
Octal5244157761040703656335
Binary1010101001001101111111110100010001110001111010111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A246F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2A246F; }

 p { color: rgb(42,36,111); }

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

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

 a { background-color: rgb(42,36,111); }

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

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

 span { border-color: rgb(42,36,111); }

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