#262563

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

Shades of Paris M #262563

Tints of Paris M #262563

Color information

#262563 (or 0x262563) is unknown color: approx Paris M. HEX triplet: 26, 25 and 63. RGB value is (38,37,99). Sum of RGB (Red+Green+Blue) = 38+37+99=174 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.84% from 174); Green value is 37 (14.84% from 255 or 21.26% from 174); Blue value is 99 (39.06% from 255 or 56.90% from 174); Max value from RGB is 99 - color contains mainly: blue. Hex color #262563 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #262563 is #D9DA9C. Grayscale: #2C2C2C. Windows color (decimal): -14277277 or 6497574. OLE color: 6497574.

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

Color convert

RGB383799-
CMYK0.620.6300.61
HSL240.97º45.59%26.67%-
HSV(B)240.97º62.63%38.82%-
XYZ3.712.6412.12-
YUV44.37158.83123.46-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 21.84%
GREEN value IS 37 (14.84% from 255) = 21.26%
BLUE value IS 99 (39.06% from 255) = 56.90%
R=21.84%
G=21.26%
B=56.90%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3837990.620.6300.61240.9745.5926.67
Hex2625633E3F03Df12e1b
Octal464514376770753615633
Binary100110100101110001111111011111101111011111000110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #262563; }

 p { color: rgb(38,37,99); }

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

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

 a { background-color: rgb(38,37,99); }

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

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

 span { border-color: rgb(38,37,99); }

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