Html Css Color HEX #2D2566 Paris M

📋 copy color: '#2D2566'

red 45 ◦ green 37 ◦ blue 102

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

Shades of Paris M #2D2566

Tints of Paris M #2D2566

RGB

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

 GREEN value IS 37 (14.84% from 255) = 20.11%

 BLUE value IS 102 (40.23% from 255) = 55.43%

R = 24.46%
G = 20.11%
B = 55.43%

CMYK

 C value IS 0.56

 M value IS 0.64

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#2D2566 (or 0x2D2566) is known color: Paris M. HEX triplet: 2D, 25 and 66. RGB value is (45,37,102). Sum of RGB (Red+Green+Blue) = 45+37+102=184 (24% of max value = 765). Red value is 45 (17.97% from 255 or 24.46% from 184); Green value is 37 (14.84% from 255 or 20.11% from 184); Blue value is 102 (40.23% from 255 or 55.43% from 184); Max value from RGB is 102 - color contains mainly: blue. Hex color #2D2566 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D2566 is #D2DA99. Grayscale: #2E2E2E. Windows color (decimal): -13818522 or 6694189. OLE color: 6694189.

HSL color Cylindrical-coordinate representation of color #2D2566: hue angle of 247.38º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2D2566 is Cyan = 0.56, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 45 37 102 -
CMYK 0.56 0.64 0 0.6
HSL 247.38º 0.47% 0.27% -
HSV(B) 247.38º 0.64% 0.4% -
XYZ 4.14 2.84 12.9 -
YUV 46.8 159.15 126.71 -
System Red Green Blue C M Y K H S L
Decimal 45 37 102 0.56 0.64 0 0.6 247.38 0.47 0.27
Hex 2D 25 66 38 40 0 3C F7 2F 1B
Octal 55 45 146 70 100 0 74 367 57 33
Binary 101101 100101 1100110 111000 1000000 0 111100 11110111 101111 11011

Color Harmonies of #2D2566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D2566

Black with #2D2566

Text Example


Text Example

White with #2D2566

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,37,102); }

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

background-color css

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

 a { background-color: rgb(45,37,102); }

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

border-color css

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

 span { border-color: rgb(45,37,102); }

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