#2D2570

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

Shades of Paris M #2D2570

Tints of Paris M #2D2570

Color information

#2D2570 (or 0x2D2570) is unknown color: approx Paris M. HEX triplet: 2D, 25 and 70. RGB value is (45,37,112). Sum of RGB (Red+Green+Blue) = 45+37+112=194 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.20% from 194); Green value is 37 (14.84% from 255 or 19.07% from 194); Blue value is 112 (44.14% from 255 or 57.73% from 194); Max value from RGB is 112 - color contains mainly: blue. Hex color #2D2570 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D2570 is #D2DA8F. Grayscale: #2F2F2F. Windows color (decimal): -13818512 or 7349549. OLE color: 7349549.

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

Color convert

RGB4537112-
CMYK0.600.6700.56
HSL246.4º50.34%29.22%-
HSV(B)246.4º66.96%43.92%-
XYZ4.673.0515.67-
YUV47.94164.15125.9-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 23.20%
GREEN value IS 37 (14.84% from 255) = 19.07%
BLUE value IS 112 (44.14% from 255) = 57.73%
R=23.20%
G=19.07%
B=57.73%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal45371120.600.6700.56246.450.3429.22
Hex2D25703C43038f6321d
Octal5545160741030703666235
Binary1011011001011110000111100100001101110001111011011001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D2570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,37,112); }

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

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

 a { background-color: rgb(45,37,112); }

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

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

 span { border-color: rgb(45,37,112); }

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