#262268

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

Shades of Paris M #262268

Tints of Paris M #262268

Color information

#262268 (or 0x262268) is unknown color: approx Paris M. HEX triplet: 26, 22 and 68. RGB value is (38,34,104). Sum of RGB (Red+Green+Blue) = 38+34+104=176 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.59% from 176); Green value is 34 (13.67% from 255 or 19.32% from 176); Blue value is 104 (41.02% from 255 or 59.09% from 176); Max value from RGB is 104 - color contains mainly: blue. Hex color #262268 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #262268 is #D9DD97. Grayscale: #2A2A2A. Windows color (decimal): -14278040 or 6824486. OLE color: 6824486.

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

Color convert

RGB3834104-
CMYK0.630.6700.59
HSL243.43º50.72%27.06%-
HSV(B)243.43º67.31%40.78%-
XYZ3.872.5613.39-
YUV43.18162.33124.31-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 21.59%
GREEN value IS 34 (13.67% from 255) = 19.32%
BLUE value IS 104 (41.02% from 255) = 59.09%
R=21.59%
G=19.32%
B=59.09%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal38341040.630.6700.59243.4350.7227.06
Hex2622683F4303Bf3331b
Octal4642150771030733636333
Binary1001101000101101000111111100001101110111111001111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #262268; }

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

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

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

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

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

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

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

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