#252462

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

Shades of Paris M #252462

Tints of Paris M #252462

Color information

#252462 (or 0x252462) is unknown color: approx Paris M. HEX triplet: 25, 24 and 62. RGB value is (37,36,98). Sum of RGB (Red+Green+Blue) = 37+36+98=171 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.64% from 171); Green value is 36 (14.45% from 255 or 21.05% from 171); Blue value is 98 (38.67% from 255 or 57.31% from 171); Max value from RGB is 98 - color contains mainly: blue. Hex color #252462 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252462 is #DADB9D. Grayscale: #2B2B2B. Windows color (decimal): -14343070 or 6431781. OLE color: 6431781.

HSL color Cylindrical-coordinate representation of color #252462: hue angle of 240.97º 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 #252462 is Cyan = 0.62, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB373698-
CMYK0.620.6300.62
HSL240.97º46.27%26.27%-
HSV(B)240.97º63.27%38.43%-
XYZ3.62.5411.86-
YUV43.37158.83123.46-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 21.64%
GREEN value IS 36 (14.45% from 255) = 21.05%
BLUE value IS 98 (38.67% from 255) = 57.31%
R=21.64%
G=21.05%
B=57.31%

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
Decimal3736980.620.6300.62240.9746.2726.27
Hex2524623E3F03Ef12e1a
Octal454414276770763615632
Binary100101100100110001011111011111101111101111000110111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252462; }

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

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

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

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

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

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

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

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