Html Css Color HEX #2D265E Paris M

📋 copy color: '#2D265E'

red 45 ◦ green 38 ◦ blue 94

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

Shades of Paris M #2D265E

Tints of Paris M #2D265E

RGB

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

 GREEN value IS 38 (15.23% from 255) = 21.47%

 BLUE value IS 94 (37.11% from 255) = 53.11%

R = 25.42%
G = 21.47%
B = 53.11%

CMYK

 C value IS 0.52

 M value IS 0.60

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#2D265E (or 0x2D265E) is known color: Paris M. HEX triplet: 2D, 26 and 5E. RGB value is (45,38,94). Sum of RGB (Red+Green+Blue) = 45+38+94=177 (23% of max value = 765). Red value is 45 (17.97% from 255 or 25.42% from 177); Green value is 38 (15.23% from 255 or 21.47% from 177); Blue value is 94 (37.11% from 255 or 53.11% from 177); Max value from RGB is 94 - color contains mainly: blue. Hex color #2D265E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D265E is #D2D9A1. Grayscale: #2E2E2E. Windows color (decimal): -13818274 or 6170157. OLE color: 6170157.

HSL color Cylindrical-coordinate representation of color #2D265E: hue angle of 247.5º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2D265E is Cyan = 0.52, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 45 38 94 -
CMYK 0.52 0.60 0 0.63
HSL 247.5º 0.42% 0.26% -
HSV(B) 247.5º 0.6% 0.37% -
XYZ 3.8 2.75 10.92 -
YUV 46.48 154.82 126.95 -
System Red Green Blue C M Y K H S L
Decimal 45 38 94 0.52 0.60 0 0.63 247.5 0.42 0.26
Hex 2D 26 5E 34 3C 0 3F F8 2A 1A
Octal 55 46 136 64 74 0 77 370 52 32
Binary 101101 100110 1011110 110100 111100 0 111111 11111000 101010 11010

Color Harmonies of #2D265E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D265E

Black with #2D265E

Text Example


Text Example

White with #2D265E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,38,94); }

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

background-color css

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

 a { background-color: rgb(45,38,94); }

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

border-color css

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

 span { border-color: rgb(45,38,94); }

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