Html Css Color HEX #2A236C Paris M

📋 copy color: '#2A236C'

red 42 ◦ green 35 ◦ blue 108

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

Shades of Paris M #2A236C

Tints of Paris M #2A236C

RGB

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

 GREEN value IS 35 (14.06% from 255) = 18.92%

 BLUE value IS 108 (42.58% from 255) = 58.38%

R = 22.7%
G = 18.92%
B = 58.38%

CMYK

 C value IS 0.61

 M value IS 0.68

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#2A236C (or 0x2A236C) is known color: Paris M. HEX triplet: 2A, 23 and 6C. RGB value is (42,35,108). Sum of RGB (Red+Green+Blue) = 42+35+108=185 (24% of max value = 765). Red value is 42 (16.80% from 255 or 22.70% from 185); Green value is 35 (14.06% from 255 or 18.92% from 185); Blue value is 108 (42.58% from 255 or 58.38% from 185); Max value from RGB is 108 - color contains mainly: blue. Hex color #2A236C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A236C is #D5DC93. Grayscale: #2D2D2D. Windows color (decimal): -14015636 or 7086890. OLE color: 7086890.

HSL color Cylindrical-coordinate representation of color #2A236C: hue angle of 245.75º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2A236C is Cyan = 0.61, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 42 35 108 -
CMYK 0.61 0.68 0 0.58
HSL 245.75º 0.51% 0.28% -
HSV(B) 245.75º 0.68% 0.42% -
XYZ 4.26 2.78 14.5 -
YUV 45.42 163.32 125.56 -
System Red Green Blue C M Y K H S L
Decimal 42 35 108 0.61 0.68 0 0.58 245.75 0.51 0.28
Hex 2A 23 6C 3D 44 0 3A F6 33 1C
Octal 52 43 154 75 104 0 72 366 63 34
Binary 101010 100011 1101100 111101 1000100 0 111010 11110110 110011 11100

Color Harmonies of #2A236C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A236C

Black with #2A236C

Text Example


Text Example

White with #2A236C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,35,108); }

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

background-color css

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

 a { background-color: rgb(42,35,108); }

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

border-color css

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

 span { border-color: rgb(42,35,108); }

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