Html Css Color HEX #2C255A Paris M

📋 copy color: '#2C255A'

red 44 ◦ green 37 ◦ blue 90

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

Shades of Paris M #2C255A

Tints of Paris M #2C255A

RGB

 RED value IS 44 (17.58% from 255) = 25.73%

 GREEN value IS 37 (14.84% from 255) = 21.64%

 BLUE value IS 90 (35.55% from 255) = 52.63%

R = 25.73%
G = 21.64%
B = 52.63%

CMYK

 C value IS 0.51

 M value IS 0.59

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#2C255A (or 0x2C255A) is known color: Paris M. HEX triplet: 2C, 25 and 5A. RGB value is (44,37,90). Sum of RGB (Red+Green+Blue) = 44+37+90=171 (22% of max value = 765). Red value is 44 (17.58% from 255 or 25.73% from 171); Green value is 37 (14.84% from 255 or 21.64% from 171); Blue value is 90 (35.55% from 255 or 52.63% from 171); Max value from RGB is 90 - color contains mainly: blue. Hex color #2C255A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C255A is #D3DAA5. Grayscale: #2C2C2C. Windows color (decimal): -13884070 or 5907756. OLE color: 5907756.

HSL color Cylindrical-coordinate representation of color #2C255A: hue angle of 247.92º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2C255A is Cyan = 0.51, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 44 37 90 -
CMYK 0.51 0.59 0 0.65
HSL 247.92º 0.42% 0.25% -
HSV(B) 247.92º 0.59% 0.35% -
XYZ 3.55 2.6 9.99 -
YUV 45.14 153.32 127.19 -
System Red Green Blue C M Y K H S L
Decimal 44 37 90 0.51 0.59 0 0.65 247.92 0.42 0.25
Hex 2C 25 5A 33 3B 0 41 F8 2A 19
Octal 54 45 132 63 73 0 101 370 52 31
Binary 101100 100101 1011010 110011 111011 0 1000001 11111000 101010 11001

Color Harmonies of #2C255A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C255A

Black with #2C255A

Text Example


Text Example

White with #2C255A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,37,90); }

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

background-color css

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

 a { background-color: rgb(44,37,90); }

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

border-color css

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

 span { border-color: rgb(44,37,90); }

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