Html Css Color HEX #2D2477 Paris M

📋 copy color: '#2D2477'

red 45 ◦ green 36 ◦ blue 119

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

Shades of Paris M #2D2477

Tints of Paris M #2D2477

RGB

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

 GREEN value IS 36 (14.45% from 255) = 18%

 BLUE value IS 119 (46.88% from 255) = 59.5%

R = 22.5%
G = 18%
B = 59.5%

CMYK

 C value IS 0.62

 M value IS 0.70

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#2D2477 (or 0x2D2477) is known color: Paris M. HEX triplet: 2D, 24 and 77. RGB value is (45,36,119). Sum of RGB (Red+Green+Blue) = 45+36+119=200 (26% of max value = 765). Red value is 45 (17.97% from 255 or 22.5% from 200); Green value is 36 (14.45% from 255 or 18% from 200); Blue value is 119 (46.88% from 255 or 59.5% from 200); Max value from RGB is 119 - color contains mainly: blue. Hex color #2D2477 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D2477 is #D2DB88. Grayscale: #2F2F2F. Windows color (decimal): -13818761 or 7808045. OLE color: 7808045.

HSL color Cylindrical-coordinate representation of color #2D2477: hue angle of 246.51º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2D2477 is Cyan = 0.62, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 45 36 119 -
CMYK 0.62 0.70 0 0.53
HSL 246.51º 0.54% 0.3% -
HSV(B) 246.51º 0.7% 0.47% -
XYZ 5.04 3.15 17.8 -
YUV 48.15 167.98 125.75 -
System Red Green Blue C M Y K H S L
Decimal 45 36 119 0.62 0.70 0 0.53 246.51 0.54 0.3
Hex 2D 24 77 3E 46 0 35 F7 36 1E
Octal 55 44 167 76 106 0 65 367 66 36
Binary 101101 100100 1110111 111110 1000110 0 110101 11110111 110110 11110

Color Harmonies of #2D2477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D2477

Black with #2D2477

Text Example


Text Example

White with #2D2477

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,36,119); }

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

background-color css

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

 a { background-color: rgb(45,36,119); }

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

border-color css

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

 span { border-color: rgb(45,36,119); }

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