Html Css Color HEX #2D285A Paris M

📋 copy color: '#2D285A'

red 45 ◦ green 40 ◦ blue 90

#2D285A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Paris M #2D285A

Tints of Paris M #2D285A

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 value IS 0.50

 M value IS 0.56

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#2D285A (or 0x2D285A) is known color: 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

RGB 45 40 90 -
CMYK 0.50 0.56 0 0.65
HSL 246º 0.38% 0.25% -
HSV(B) 246º 0.56% 0.35% -
XYZ 3.69 2.81 10.02 -
YUV 47.2 152.16 126.43 -
System Red Green Blue C M Y K H S L
Decimal 45 40 90 0.50 0.56 0 0.65 246 0.38 0.25
Hex 2D 28 5A 32 38 0 41 F6 26 19
Octal 55 50 132 62 70 0 101 366 46 31
Binary 101101 101000 1011010 110010 111000 0 1000001 11110110 100110 11001

Color Harmonies of #2D285A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D285A

Black with #2D285A

Text Example


Text Example

White with #2D285A

Text Example


Text Example

HTML Codes & Css Web 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>