Html Css Color HEX #2D295C Paris M

📋 copy color: '#2D295C'

red 45 ◦ green 41 ◦ blue 92

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

Shades of Paris M #2D295C

Tints of Paris M #2D295C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 23.03%

 BLUE value IS 92 (36.33% from 255) = 51.69%

R = 25.28%
G = 23.03%
B = 51.69%

CMYK

 C value IS 0.51

 M value IS 0.55

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#2D295C (or 0x2D295C) is known color: Paris M. HEX triplet: 2D, 29 and 5C. RGB value is (45,41,92). Sum of RGB (Red+Green+Blue) = 45+41+92=178 (23% of max value = 765). Red value is 45 (17.97% from 255 or 25.28% from 178); Green value is 41 (16.41% from 255 or 23.03% from 178); Blue value is 92 (36.33% from 255 or 51.69% from 178); Max value from RGB is 92 - color contains mainly: blue. Hex color #2D295C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D295C is #D2D6A3. Grayscale: #2F2F2F. Windows color (decimal): -13817508 or 6039853. OLE color: 6039853.

HSL color Cylindrical-coordinate representation of color #2D295C: hue angle of 244.71º degrees, saturation: 0.38, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2D295C is Cyan = 0.51, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 45 41 92 -
CMYK 0.51 0.55 0 0.64
HSL 244.71º 0.38% 0.26% -
HSV(B) 244.71º 0.55% 0.36% -
XYZ 3.81 2.92 10.49 -
YUV 48.01 152.83 125.85 -
System Red Green Blue C M Y K H S L
Decimal 45 41 92 0.51 0.55 0 0.64 244.71 0.38 0.26
Hex 2D 29 5C 33 37 0 40 F5 26 1A
Octal 55 51 134 63 67 0 100 365 46 32
Binary 101101 101001 1011100 110011 110111 0 1000000 11110101 100110 11010

Color Harmonies of #2D295C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D295C

Black with #2D295C

Text Example


Text Example

White with #2D295C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,41,92); }

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

background-color css

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

 a { background-color: rgb(45,41,92); }

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

border-color css

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

 span { border-color: rgb(45,41,92); }

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