#262364

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

Shades of Paris M #262364

Tints of Paris M #262364

Color information

#262364 (or 0x262364) is unknown color: approx Paris M. HEX triplet: 26, 23 and 64. RGB value is (38,35,100). Sum of RGB (Red+Green+Blue) = 38+35+100=173 (22% of max value = 765). Red value is 38 (15.23% from 255 or 21.97% from 173); Green value is 35 (14.06% from 255 or 20.23% from 173); Blue value is 100 (39.45% from 255 or 57.80% from 173); Max value from RGB is 100 - color contains mainly: blue. Hex color #262364 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #262364 is #D9DC9B. Grayscale: #2B2B2B. Windows color (decimal): -14277788 or 6562598. OLE color: 6562598.

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

Color convert

RGB3835100-
CMYK0.620.6500.61
HSL242.77º48.15%26.47%-
HSV(B)242.77º65%39.22%-
XYZ3.72.5312.35-
YUV43.31159.99124.21-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 21.97%
GREEN value IS 35 (14.06% from 255) = 20.23%
BLUE value IS 100 (39.45% from 255) = 57.80%
R=21.97%
G=20.23%
B=57.80%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal38351000.620.6500.61242.7748.1526.47
Hex2623643E4103Df3301a
Octal4643144761010753636032
Binary1001101000111100100111110100000101111011111001111000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #262364; }

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

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

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

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

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

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

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

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