#251A5E

Color #251A5E Paris M (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paris M #251A5E

Tints of Paris M #251A5E

Color information

#251A5E (or 0x251A5E) is unknown color: approx Paris M. HEX triplet: 25, 1A and 5E. RGB value is (37,26,94). Sum of RGB (Red+Green+Blue) = 37+26+94=157 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.57% from 157); Green value is 26 (10.55% from 255 or 16.56% from 157); Blue value is 94 (37.11% from 255 or 59.87% from 157); Max value from RGB is 94 - color contains mainly: blue. Hex color #251A5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #251A5E is #DAE5A1. Grayscale: #242424. Windows color (decimal): -14345634 or 6167077. OLE color: 6167077.

HSL color Cylindrical-coordinate representation of color #251A5E: hue angle of 249.71º degrees, saturation: 0.57, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #251A5E is Cyan = 0.61, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB372694-
CMYK0.610.7200.63
HSL249.71º56.67%23.53%-
HSV(B)249.71º72.34%36.86%-
XYZ3.151.9410.8-
YUV37.04160.14127.97-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 23.57%
GREEN value IS 26 (10.55% from 255) = 16.56%
BLUE value IS 94 (37.11% from 255) = 59.87%
R=23.57%
G=16.56%
B=59.87%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3726940.610.7200.63249.7156.6723.53
Hex251A5E3D4803Ffa3918
Octal4532136751100773727130
Binary100101110101011110111101100100001111111111101011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #251A5E; }

 p { color: rgb(37,26,94); }

 H1.HeaderClassName
 {
   color: #251A5E;
 }
 .AnyTagClassName
 {
   color: #251A5E;
 }
</style>
background-color css

<style>
 a { background-color: #251A5E; }

 a { background-color: rgb(37,26,94); }

 div.DivClassName
 {
   background-color: #251A5E;
 }
 .BgClassName
 {
   background-color: #251A5E;
 }
</style>
border-color css

<style>
 span { border-color: #251A5E; }

 span { border-color: rgb(37,26,94); }

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