#262468

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

Shades of Paris M #262468

Tints of Paris M #262468

Color information

#262468 (or 0x262468) is unknown color: approx Paris M. HEX triplet: 26, 24 and 68. RGB value is (38,36,104). Sum of RGB (Red+Green+Blue) = 38+36+104=178 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.35% from 178); Green value is 36 (14.45% from 255 or 20.22% from 178); Blue value is 104 (41.02% from 255 or 58.43% from 178); Max value from RGB is 104 - color contains mainly: blue. Hex color #262468 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #262468 is #D9DB97. Grayscale: #2C2C2C. Windows color (decimal): -14277528 or 6824998. OLE color: 6824998.

HSL color Cylindrical-coordinate representation of color #262468: hue angle of 241.76º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #262468 is Cyan = 0.63, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3836104-
CMYK0.630.6500.59
HSL241.76º48.57%27.45%-
HSV(B)241.76º65.38%40.78%-
XYZ3.932.6713.41-
YUV44.35161.66123.47-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 21.35%
GREEN value IS 36 (14.45% from 255) = 20.22%
BLUE value IS 104 (41.02% from 255) = 58.43%
R=21.35%
G=20.22%
B=58.43%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal38361040.630.6500.59241.7648.5727.45
Hex2624683F4103Bf2311b
Octal4644150771010733626133
Binary1001101001001101000111111100000101110111111001011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #262468; }

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

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

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

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

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

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

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

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