Html Css Color HEX #2D2963 Paris M

📋 copy color: '#2D2963'

red 45 ◦ green 41 ◦ blue 99

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

Shades of Paris M #2D2963

Tints of Paris M #2D2963

RGB

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

 GREEN value IS 41 (16.41% from 255) = 22.16%

 BLUE value IS 99 (39.06% from 255) = 53.51%

R = 24.32%
G = 22.16%
B = 53.51%

CMYK

 C value IS 0.55

 M value IS 0.59

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#2D2963 (or 0x2D2963) is known color: Paris M. HEX triplet: 2D, 29 and 63. RGB value is (45,41,99). Sum of RGB (Red+Green+Blue) = 45+41+99=185 (24% of max value = 765). Red value is 45 (17.97% from 255 or 24.32% from 185); Green value is 41 (16.41% from 255 or 22.16% from 185); Blue value is 99 (39.06% from 255 or 53.51% from 185); Max value from RGB is 99 - color contains mainly: blue. Hex color #2D2963 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D2963 is #D2D69C. Grayscale: #303030. Windows color (decimal): -13817501 or 6498605. OLE color: 6498605.

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

Color convert

RGB 45 41 99 -
CMYK 0.55 0.59 0 0.61
HSL 244.14º 0.41% 0.27% -
HSV(B) 244.14º 0.59% 0.39% -
XYZ 4.13 3.04 12.17 -
YUV 48.81 156.33 125.28 -
System Red Green Blue C M Y K H S L
Decimal 45 41 99 0.55 0.59 0 0.61 244.14 0.41 0.27
Hex 2D 29 63 37 3B 0 3D F4 29 1B
Octal 55 51 143 67 73 0 75 364 51 33
Binary 101101 101001 1100011 110111 111011 0 111101 11110100 101001 11011

Color Harmonies of #2D2963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D2963

Black with #2D2963

Text Example


Text Example

White with #2D2963

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,41,99); }

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

background-color css

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

 a { background-color: rgb(45,41,99); }

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

border-color css

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

 span { border-color: rgb(45,41,99); }

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