Html Css Color HEX #2A246E Paris M

📋 copy color: '#2A246E'

red 42 ◦ green 36 ◦ blue 110

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

Shades of Paris M #2A246E

Tints of Paris M #2A246E

RGB

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

 GREEN value IS 36 (14.45% from 255) = 19.15%

 BLUE value IS 110 (43.36% from 255) = 58.51%

R = 22.34%
G = 19.15%
B = 58.51%

CMYK

 C value IS 0.62

 M value IS 0.67

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#2A246E (or 0x2A246E) is known color: Paris M. HEX triplet: 2A, 24 and 6E. RGB value is (42,36,110). Sum of RGB (Red+Green+Blue) = 42+36+110=188 (24% of max value = 765). Red value is 42 (16.80% from 255 or 22.34% from 188); Green value is 36 (14.45% from 255 or 19.15% from 188); Blue value is 110 (43.36% from 255 or 58.51% from 188); Max value from RGB is 110 - color contains mainly: blue. Hex color #2A246E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A246E is #D5DB91. Grayscale: #2D2D2D. Windows color (decimal): -14015378 or 7218218. OLE color: 7218218.

HSL color Cylindrical-coordinate representation of color #2A246E: hue angle of 244.86º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2A246E is Cyan = 0.62, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 42 36 110 -
CMYK 0.62 0.67 0 0.57
HSL 244.86º 0.51% 0.29% -
HSV(B) 244.86º 0.67% 0.43% -
XYZ 4.4 2.88 15.08 -
YUV 46.23 163.99 124.98 -
System Red Green Blue C M Y K H S L
Decimal 42 36 110 0.62 0.67 0 0.57 244.86 0.51 0.29
Hex 2A 24 6E 3E 43 0 39 F5 33 1D
Octal 52 44 156 76 103 0 71 365 63 35
Binary 101010 100100 1101110 111110 1000011 0 111001 11110101 110011 11101

Color Harmonies of #2A246E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A246E

Black with #2A246E

Text Example


Text Example

White with #2A246E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,36,110); }

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

background-color css

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

 a { background-color: rgb(42,36,110); }

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

border-color css

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

 span { border-color: rgb(42,36,110); }

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