#262368

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

Shades of Paris M #262368

Tints of Paris M #262368

Color information

#262368 (or 0x262368) is unknown color: approx Paris M. HEX triplet: 26, 23 and 68. RGB value is (38,35,104). Sum of RGB (Red+Green+Blue) = 38+35+104=177 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.47% from 177); Green value is 35 (14.06% from 255 or 19.77% from 177); Blue value is 104 (41.02% from 255 or 58.76% from 177); Max value from RGB is 104 - color contains mainly: blue. Hex color #262368 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #262368 is #D9DC97. Grayscale: #2B2B2B. Windows color (decimal): -14277784 or 6824742. OLE color: 6824742.

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

Color convert

RGB3835104-
CMYK0.630.6600.59
HSL242.61º49.64%27.25%-
HSV(B)242.61º66.35%40.78%-
XYZ3.92.6113.4-
YUV43.76161.99123.89-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 21.47%
GREEN value IS 35 (14.06% from 255) = 19.77%
BLUE value IS 104 (41.02% from 255) = 58.76%
R=21.47%
G=19.77%
B=58.76%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal38351040.630.6600.59242.6149.6427.25
Hex2623683F4203Bf3321b
Octal4643150771020733636233
Binary1001101000111101000111111100001001110111111001111001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #262368; }

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

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

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

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

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

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

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

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