Html Css Color HEX #2D2763 Paris M

📋 copy color: '#2D2763'

red 45 ◦ green 39 ◦ blue 99

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

Shades of Paris M #2D2763

Tints of Paris M #2D2763

RGB

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

 GREEN value IS 39 (15.63% from 255) = 21.31%

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

R = 24.59%
G = 21.31%
B = 54.1%

CMYK

 C value IS 0.55

 M value IS 0.61

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#2D2763 (or 0x2D2763) is known color: Paris M. HEX triplet: 2D, 27 and 63. RGB value is (45,39,99). Sum of RGB (Red+Green+Blue) = 45+39+99=183 (24% of max value = 765). Red value is 45 (17.97% from 255 or 24.59% from 183); Green value is 39 (15.62% from 255 or 21.31% from 183); Blue value is 99 (39.06% from 255 or 54.10% from 183); Max value from RGB is 99 - color contains mainly: blue. Hex color #2D2763 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D2763 is #D2D89C. Grayscale: #2F2F2F. Windows color (decimal): -13818013 or 6498093. OLE color: 6498093.

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

Color convert

RGB 45 39 99 -
CMYK 0.55 0.61 0 0.61
HSL 246º 0.43% 0.27% -
HSV(B) 246º 0.61% 0.39% -
XYZ 4.06 2.91 12.15 -
YUV 47.63 156.99 126.12 -
System Red Green Blue C M Y K H S L
Decimal 45 39 99 0.55 0.61 0 0.61 246 0.43 0.27
Hex 2D 27 63 37 3D 0 3D F6 2B 1B
Octal 55 47 143 67 75 0 75 366 53 33
Binary 101101 100111 1100011 110111 111101 0 111101 11110110 101011 11011

Color Harmonies of #2D2763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D2763

Black with #2D2763

Text Example


Text Example

White with #2D2763

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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