Html Css Color HEX #2A2763 Paris M

📋 copy color: '#2A2763'

red 42 ◦ green 39 ◦ blue 99

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

Shades of Paris M #2A2763

Tints of Paris M #2A2763

RGB

 RED value IS 42 (16.8% from 255) = 23.33%

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

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

R = 23.33%
G = 21.67%
B = 55%

CMYK

 C value IS 0.58

 M value IS 0.61

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#2A2763 (or 0x2A2763) is known color: Paris M. HEX triplet: 2A, 27 and 63. RGB value is (42,39,99). Sum of RGB (Red+Green+Blue) = 42+39+99=180 (23% of max value = 765). Red value is 42 (16.80% from 255 or 23.33% from 180); Green value is 39 (15.62% from 255 or 21.67% from 180); Blue value is 99 (39.06% from 255 or 55% from 180); Max value from RGB is 99 - color contains mainly: blue. Hex color #2A2763 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A2763 is #D5D89C. Grayscale: #2E2E2E. Windows color (decimal): -14014621 or 6498090. OLE color: 6498090.

HSL color Cylindrical-coordinate representation of color #2A2763: hue angle of 243º 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 #2A2763 is Cyan = 0.58, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 42 39 99 -
CMYK 0.58 0.61 0 0.61
HSL 243º 0.43% 0.27% -
HSV(B) 243º 0.61% 0.39% -
XYZ 3.93 2.84 12.15 -
YUV 46.74 157.49 124.62 -
System Red Green Blue C M Y K H S L
Decimal 42 39 99 0.58 0.61 0 0.61 243 0.43 0.27
Hex 2A 27 63 3A 3D 0 3D F3 2B 1B
Octal 52 47 143 72 75 0 75 363 53 33
Binary 101010 100111 1100011 111010 111101 0 111101 11110011 101011 11011

Color Harmonies of #2A2763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A2763

Black with #2A2763

Text Example


Text Example

White with #2A2763

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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