Html Css Color HEX #2D2470 Paris M

📋 copy color: '#2D2470'

red 45 ◦ green 36 ◦ blue 112

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

Shades of Paris M #2D2470

Tints of Paris M #2D2470

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 58.03%

R = 23.32%
G = 18.65%
B = 58.03%

CMYK

 C value IS 0.60

 M value IS 0.68

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#2D2470 (or 0x2D2470) is known color: Paris M. HEX triplet: 2D, 24 and 70. RGB value is (45,36,112). Sum of RGB (Red+Green+Blue) = 45+36+112=193 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.32% from 193); Green value is 36 (14.45% from 255 or 18.65% from 193); Blue value is 112 (44.14% from 255 or 58.03% from 193); Max value from RGB is 112 - color contains mainly: blue. Hex color #2D2470 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D2470 is #D2DB8F. Grayscale: #2F2F2F. Windows color (decimal): -13818768 or 7349293. OLE color: 7349293.

HSL color Cylindrical-coordinate representation of color #2D2470: hue angle of 247.11º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2D2470 is Cyan = 0.60, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 45 36 112 -
CMYK 0.60 0.68 0 0.56
HSL 247.11º 0.51% 0.29% -
HSV(B) 247.11º 0.68% 0.44% -
XYZ 4.64 2.99 15.66 -
YUV 47.36 164.48 126.32 -
System Red Green Blue C M Y K H S L
Decimal 45 36 112 0.60 0.68 0 0.56 247.11 0.51 0.29
Hex 2D 24 70 3C 44 0 38 F7 33 1D
Octal 55 44 160 74 104 0 70 367 63 35
Binary 101101 100100 1110000 111100 1000100 0 111000 11110111 110011 11101

Color Harmonies of #2D2470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D2470

Black with #2D2470

Text Example


Text Example

White with #2D2470

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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