Html Css Color HEX #2D2368 Paris M

📋 copy color: '#2D2368'

red 45 ◦ green 35 ◦ blue 104

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

Shades of Paris M #2D2368

Tints of Paris M #2D2368

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 56.52%

R = 24.46%
G = 19.02%
B = 56.52%

CMYK

 C value IS 0.57

 M value IS 0.66

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#2D2368 (or 0x2D2368) is known color: Paris M. HEX triplet: 2D, 23 and 68. RGB value is (45,35,104). Sum of RGB (Red+Green+Blue) = 45+35+104=184 (24% of max value = 765). Red value is 45 (17.97% from 255 or 24.46% from 184); Green value is 35 (14.06% from 255 or 19.02% from 184); Blue value is 104 (41.02% from 255 or 56.52% from 184); Max value from RGB is 104 - color contains mainly: blue. Hex color #2D2368 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D2368 is #D2DC97. Grayscale: #2D2D2D. Windows color (decimal): -13819032 or 6824749. OLE color: 6824749.

HSL color Cylindrical-coordinate representation of color #2D2368: hue angle of 248.7º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2D2368 is Cyan = 0.57, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 45 35 104 -
CMYK 0.57 0.66 0 0.59
HSL 248.7º 0.5% 0.27% -
HSV(B) 248.7º 0.66% 0.41% -
XYZ 4.18 2.76 13.41 -
YUV 45.86 160.81 127.39 -
System Red Green Blue C M Y K H S L
Decimal 45 35 104 0.57 0.66 0 0.59 248.7 0.5 0.27
Hex 2D 23 68 39 42 0 3B F9 32 1B
Octal 55 43 150 71 102 0 73 371 62 33
Binary 101101 100011 1101000 111001 1000010 0 111011 11111001 110010 11011

Color Harmonies of #2D2368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D2368

Black with #2D2368

Text Example


Text Example

White with #2D2368

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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