Html Css Color HEX #2D255B Paris M

📋 copy color: '#2D255B'

red 45 ◦ green 37 ◦ blue 91

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

Shades of Paris M #2D255B

Tints of Paris M #2D255B

RGB

 RED value IS 45 (17.97% from 255) = 26.01%

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

 BLUE value IS 91 (35.94% from 255) = 52.6%

R = 26.01%
G = 21.39%
B = 52.6%

CMYK

 C value IS 0.51

 M value IS 0.59

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#2D255B (or 0x2D255B) is known color: Paris M. HEX triplet: 2D, 25 and 5B. RGB value is (45,37,91). Sum of RGB (Red+Green+Blue) = 45+37+91=173 (22% of max value = 765). Red value is 45 (17.97% from 255 or 26.01% from 173); Green value is 37 (14.84% from 255 or 21.39% from 173); Blue value is 91 (35.94% from 255 or 52.60% from 173); Max value from RGB is 91 - color contains mainly: blue. Hex color #2D255B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D255B is #D2DAA4. Grayscale: #2D2D2D. Windows color (decimal): -13818533 or 5973293. OLE color: 5973293.

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

Color convert

RGB 45 37 91 -
CMYK 0.51 0.59 0 0.64
HSL 248.89º 0.42% 0.25% -
HSV(B) 248.89º 0.59% 0.36% -
XYZ 3.63 2.64 10.21 -
YUV 45.55 153.65 127.61 -
System Red Green Blue C M Y K H S L
Decimal 45 37 91 0.51 0.59 0 0.64 248.89 0.42 0.25
Hex 2D 25 5B 33 3B 0 40 F9 2A 19
Octal 55 45 133 63 73 0 100 371 52 31
Binary 101101 100101 1011011 110011 111011 0 1000000 11111001 101010 11001

Color Harmonies of #2D255B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D255B

Black with #2D255B

Text Example


Text Example

White with #2D255B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,37,91); }

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

background-color css

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

 a { background-color: rgb(45,37,91); }

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

border-color css

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

 span { border-color: rgb(45,37,91); }

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