Html Css Color HEX #2A236F Paris M

📋 copy color: '#2A236F'

red 42 ◦ green 35 ◦ blue 111

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

Shades of Paris M #2A236F

Tints of Paris M #2A236F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 59.04%

R = 22.34%
G = 18.62%
B = 59.04%

CMYK

 C value IS 0.62

 M value IS 0.68

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#2A236F (or 0x2A236F) is known color: Paris M. HEX triplet: 2A, 23 and 6F. RGB value is (42,35,111). Sum of RGB (Red+Green+Blue) = 42+35+111=188 (24% of max value = 765). Red value is 42 (16.80% from 255 or 22.34% from 188); Green value is 35 (14.06% from 255 or 18.62% from 188); Blue value is 111 (43.75% from 255 or 59.04% from 188); Max value from RGB is 111 - color contains mainly: blue. Hex color #2A236F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A236F is #D5DC90. Grayscale: #2D2D2D. Windows color (decimal): -14015633 or 7283498. OLE color: 7283498.

HSL color Cylindrical-coordinate representation of color #2A236F: hue angle of 245.53º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2A236F is Cyan = 0.62, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 42 35 111 -
CMYK 0.62 0.68 0 0.56
HSL 245.53º 0.52% 0.29% -
HSV(B) 245.53º 0.68% 0.44% -
XYZ 4.43 2.84 15.35 -
YUV 45.76 164.82 125.32 -
System Red Green Blue C M Y K H S L
Decimal 42 35 111 0.62 0.68 0 0.56 245.53 0.52 0.29
Hex 2A 23 6F 3E 44 0 38 F6 34 1D
Octal 52 43 157 76 104 0 70 366 64 35
Binary 101010 100011 1101111 111110 1000100 0 111000 11110110 110100 11101

Color Harmonies of #2A236F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A236F

Black with #2A236F

Text Example


Text Example

White with #2A236F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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