#2A236F

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

Shades of Paris M #2A236F

Tints of Paris M #2A236F

Color information

#2A236F (or 0x2A236F) is unknown color: approx Paris M. HEX triplet: 2A, 23 and 6F. RGB value is (42,35,111). Sum of RGB (Red+Green+Blue) = 42+35+111=188 (24% of max value = 765). Red value is 42 (16.80% from 255 or 22.34% from 188); Green value is 35 (14.06% from 255 or 18.62% from 188); Blue value is 111 (43.75% from 255 or 59.04% from 188); Max value from RGB is 111 - color contains mainly: blue. Hex color #2A236F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A236F is #D5DC90. Grayscale: #2D2D2D. Windows color (decimal): -14015633 or 7283498. OLE color: 7283498.

HSL color Cylindrical-coordinate representation of color #2A236F: hue angle of 245.53º degrees, saturation: 0.52, 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 #2A236F is Cyan = 0.62, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4235111-
CMYK0.620.6800.56
HSL245.53º52.05%28.63%-
HSV(B)245.53º68.47%43.53%-
XYZ4.432.8415.35-
YUV45.76164.82125.32-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 22.34%
GREEN value IS 35 (14.06% from 255) = 18.62%
BLUE value IS 111 (43.75% from 255) = 59.04%
R=22.34%
G=18.62%
B=59.04%

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
Decimal42351110.620.6800.56245.5352.0528.63
Hex2A236F3E44038f6341d
Octal5243157761040703666435
Binary1010101000111101111111110100010001110001111011011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A236F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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