#252461

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

Shades of Paris M #252461

Tints of Paris M #252461

Color information

#252461 (or 0x252461) is unknown color: approx Paris M. HEX triplet: 25, 24 and 61. RGB value is (37,36,97). Sum of RGB (Red+Green+Blue) = 37+36+97=170 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.76% from 170); Green value is 36 (14.45% from 255 or 21.18% from 170); Blue value is 97 (38.28% from 255 or 57.06% from 170); Max value from RGB is 97 - color contains mainly: blue. Hex color #252461 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252461 is #DADB9E. Grayscale: #2B2B2B. Windows color (decimal): -14343071 or 6366245. OLE color: 6366245.

HSL color Cylindrical-coordinate representation of color #252461: hue angle of 240.98º degrees, saturation: 0.46, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #252461 is Cyan = 0.62, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB373697-
CMYK0.620.6300.62
HSL240.98º45.86%26.08%-
HSV(B)240.98º62.89%38.04%-
XYZ3.552.5211.61-
YUV43.25158.33123.54-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 21.76%
GREEN value IS 36 (14.45% from 255) = 21.18%
BLUE value IS 97 (38.28% from 255) = 57.06%
R=21.76%
G=21.18%
B=57.06%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3736970.620.6300.62240.9845.8626.08
Hex2524613E3F03Ef12e1a
Octal454414176770763615632
Binary100101100100110000111111011111101111101111000110111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252461; }

 p { color: rgb(37,36,97); }

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

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

 a { background-color: rgb(37,36,97); }

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

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

 span { border-color: rgb(37,36,97); }

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