#252662

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

Shades of Paris M #252662

Tints of Paris M #252662

Color information

#252662 (or 0x252662) is unknown color: approx Paris M. HEX triplet: 25, 26 and 62. RGB value is (37,38,98). Sum of RGB (Red+Green+Blue) = 37+38+98=173 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.39% from 173); Green value is 38 (15.23% from 255 or 21.97% from 173); Blue value is 98 (38.67% from 255 or 56.65% from 173); Max value from RGB is 98 - color contains mainly: blue. Hex color #252662 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252662 is #DAD99D. Grayscale: #2C2C2C. Windows color (decimal): -14342558 or 6432293. OLE color: 6432293.

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

Color convert

RGB373898-
CMYK0.620.6100.62
HSL239.02º45.19%26.47%-
HSV(B)239.02º62.24%38.43%-
XYZ3.662.6611.88-
YUV44.54158.17122.62-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 21.39%
GREEN value IS 38 (15.23% from 255) = 21.97%
BLUE value IS 98 (38.67% from 255) = 56.65%
R=21.39%
G=21.97%
B=56.65%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3738980.620.6100.62239.0245.1926.47
Hex2526623E3D03Eef2d1a
Octal454614276750763575532
Binary100101100110110001011111011110101111101110111110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252662; }

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

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

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

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

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

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

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

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