Html Css Color HEX #2D2358 Paris M

📋 copy color: '#2D2358'

red 45 ◦ green 35 ◦ blue 88

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

Shades of Paris M #2D2358

Tints of Paris M #2D2358

RGB

 RED value IS 45 (17.97% from 255) = 26.79%

 GREEN value IS 35 (14.06% from 255) = 20.83%

 BLUE value IS 88 (34.77% from 255) = 52.38%

R = 26.79%
G = 20.83%
B = 52.38%

CMYK

 C value IS 0.49

 M value IS 0.60

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#2D2358 (or 0x2D2358) is known color: Paris M. HEX triplet: 2D, 23 and 58. RGB value is (45,35,88). Sum of RGB (Red+Green+Blue) = 45+35+88=168 (22% of max value = 765). Red value is 45 (17.97% from 255 or 26.79% from 168); Green value is 35 (14.06% from 255 or 20.83% from 168); Blue value is 88 (34.77% from 255 or 52.38% from 168); Max value from RGB is 88 - color contains mainly: blue. Hex color #2D2358 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D2358 is #D2DCA7. Grayscale: #2B2B2B. Windows color (decimal): -13819048 or 5776173. OLE color: 5776173.

HSL color Cylindrical-coordinate representation of color #2D2358: hue angle of 251.32º degrees, saturation: 0.43, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2D2358 is Cyan = 0.49, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 45 35 88 -
CMYK 0.49 0.60 0 0.65
HSL 251.32º 0.43% 0.24% -
HSV(B) 251.32º 0.6% 0.35% -
XYZ 3.44 2.46 9.53 -
YUV 44.03 152.81 128.69 -
System Red Green Blue C M Y K H S L
Decimal 45 35 88 0.49 0.60 0 0.65 251.32 0.43 0.24
Hex 2D 23 58 31 3C 0 41 FB 2B 18
Octal 55 43 130 61 74 0 101 373 53 30
Binary 101101 100011 1011000 110001 111100 0 1000001 11111011 101011 11000

Color Harmonies of #2D2358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D2358

Black with #2D2358

Text Example


Text Example

White with #2D2358

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,35,88); }

 H1.HeaderClassName
 {
   color: #2D2358;
 }
 .AnyTagClassName
 {
   color: #2D2358;
 }
</style>

background-color css

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

 a { background-color: rgb(45,35,88); }

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

border-color css

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

 span { border-color: rgb(45,35,88); }

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