Html Css Color HEX #2D2370 Paris M

📋 copy color: '#2D2370'

red 45 ◦ green 35 ◦ blue 112

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

Shades of Paris M #2D2370

Tints of Paris M #2D2370

RGB

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

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

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

R = 23.44%
G = 18.23%
B = 58.33%

CMYK

 C value IS 0.60

 M value IS 0.69

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#2D2370 (or 0x2D2370) is known color: Paris M. HEX triplet: 2D, 23 and 70. RGB value is (45,35,112). Sum of RGB (Red+Green+Blue) = 45+35+112=192 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.44% from 192); Green value is 35 (14.06% from 255 or 18.23% from 192); Blue value is 112 (44.14% from 255 or 58.33% from 192); Max value from RGB is 112 - color contains mainly: blue. Hex color #2D2370 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D2370 is #D2DC8F. Grayscale: #2E2E2E. Windows color (decimal): -13819024 or 7349037. OLE color: 7349037.

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

Color convert

RGB 45 35 112 -
CMYK 0.60 0.69 0 0.56
HSL 247.79º 0.52% 0.29% -
HSV(B) 247.79º 0.69% 0.44% -
XYZ 4.61 2.93 15.65 -
YUV 46.77 164.81 126.74 -
System Red Green Blue C M Y K H S L
Decimal 45 35 112 0.60 0.69 0 0.56 247.79 0.52 0.29
Hex 2D 23 70 3C 45 0 38 F8 34 1D
Octal 55 43 160 74 105 0 70 370 64 35
Binary 101101 100011 1110000 111100 1000101 0 111000 11111000 110100 11101

Color Harmonies of #2D2370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D2370

Black with #2D2370

Text Example


Text Example

White with #2D2370

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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