#262465

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

Shades of Paris M #262465

Tints of Paris M #262465

Color information

#262465 (or 0x262465) is unknown color: approx Paris M. HEX triplet: 26, 24 and 65. RGB value is (38,36,101). Sum of RGB (Red+Green+Blue) = 38+36+101=175 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.71% from 175); Green value is 36 (14.45% from 255 or 20.57% from 175); Blue value is 101 (39.84% from 255 or 57.71% from 175); Max value from RGB is 101 - color contains mainly: blue. Hex color #262465 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #262465 is #D9DB9A. Grayscale: #2B2B2B. Windows color (decimal): -14277531 or 6628390. OLE color: 6628390.

HSL color Cylindrical-coordinate representation of color #262465: hue angle of 241.85º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #262465 is Cyan = 0.62, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB3836101-
CMYK0.620.6400.60
HSL241.85º47.45%26.86%-
HSV(B)241.85º64.36%39.61%-
XYZ3.782.6112.62-
YUV44.01160.16123.71-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 21.71%
GREEN value IS 36 (14.45% from 255) = 20.57%
BLUE value IS 101 (39.84% from 255) = 57.71%
R=21.71%
G=20.57%
B=57.71%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal38361010.620.6400.60241.8547.4526.86
Hex2624653E4003Cf22f1b
Octal4644145761000743625733
Binary1001101001001100101111110100000001111001111001010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #262465; }

 p { color: rgb(38,36,101); }

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

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

 a { background-color: rgb(38,36,101); }

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

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

 span { border-color: rgb(38,36,101); }

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