#251E62

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

Shades of Paris M #251E62

Tints of Paris M #251E62

Color information

#251E62 (or 0x251E62) is unknown color: approx Paris M. HEX triplet: 25, 1E and 62. RGB value is (37,30,98). Sum of RGB (Red+Green+Blue) = 37+30+98=165 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.42% from 165); Green value is 30 (12.11% from 255 or 18.18% from 165); Blue value is 98 (38.67% from 255 or 59.39% from 165); Max value from RGB is 98 - color contains mainly: blue. Hex color #251E62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #251E62 is #DAE19D. Grayscale: #272727. Windows color (decimal): -14344606 or 6430245. OLE color: 6430245.

HSL color Cylindrical-coordinate representation of color #251E62: hue angle of 246.18º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #251E62 is Cyan = 0.62, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB373098-
CMYK0.620.6900.62
HSL246.18º53.12%25.1%-
HSV(B)246.18º69.39%38.43%-
XYZ3.432.211.8-
YUV39.84160.82125.97-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 22.42%
GREEN value IS 30 (12.11% from 255) = 18.18%
BLUE value IS 98 (38.67% from 255) = 59.39%
R=22.42%
G=18.18%
B=59.39%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3730980.620.6900.62246.1853.1225.1
Hex251E623E4503Ef63519
Octal4536142761050763666531
Binary100101111101100010111110100010101111101111011011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251E62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,30,98); }

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

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

 a { background-color: rgb(37,30,98); }

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

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

 span { border-color: rgb(37,30,98); }

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