#2D285A

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

Shades of Paris M #2D285A

Tints of Paris M #2D285A

Color information

#2D285A (or 0x2D285A) is unknown color: approx Paris M. HEX triplet: 2D, 28 and 5A. RGB value is (45,40,90). Sum of RGB (Red+Green+Blue) = 45+40+90=175 (23% of max value = 765). Red value is 45 (17.97% from 255 or 25.71% from 175); Green value is 40 (16.02% from 255 or 22.86% from 175); Blue value is 90 (35.55% from 255 or 51.43% from 175); Max value from RGB is 90 - color contains mainly: blue. Hex color #2D285A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D285A is #D2D7A5. Grayscale: #2E2E2E. Windows color (decimal): -13817766 or 5908525. OLE color: 5908525.

HSL color Cylindrical-coordinate representation of color #2D285A: hue angle of 246º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2D285A is Cyan = 0.50, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB454090-
CMYK0.500.5600.65
HSL246º38.46%25.49%-
HSV(B)246º55.56%35.29%-
XYZ3.692.8110.02-
YUV47.19152.16126.43-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 25.71%
GREEN value IS 40 (16.02% from 255) = 22.86%
BLUE value IS 90 (35.55% from 255) = 51.43%
R=25.71%
G=22.86%
B=51.43%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4540900.500.5600.6524638.4625.49
Hex2D285A3238041f62619
Octal5550132627001013664631
Binary1011011010001011010110010111000010000011111011010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D285A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,40,90); }

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

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

 a { background-color: rgb(45,40,90); }

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

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

 span { border-color: rgb(45,40,90); }

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