#262567

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

Shades of Paris M #262567

Tints of Paris M #262567

Color information

#262567 (or 0x262567) is unknown color: approx Paris M. HEX triplet: 26, 25 and 67. RGB value is (38,37,103). Sum of RGB (Red+Green+Blue) = 38+37+103=178 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.35% from 178); Green value is 37 (14.84% from 255 or 20.79% from 178); Blue value is 103 (40.62% from 255 or 57.87% from 178); Max value from RGB is 103 - color contains mainly: blue. Hex color #262567 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #262567 is #D9DA98. Grayscale: #2C2C2C. Windows color (decimal): -14277273 or 6759718. OLE color: 6759718.

HSL color Cylindrical-coordinate representation of color #262567: hue angle of 240.91º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #262567 is Cyan = 0.63, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB3837103-
CMYK0.630.6400.60
HSL240.91º47.14%27.45%-
HSV(B)240.91º64.08%40.39%-
XYZ3.912.7113.15-
YUV44.82160.83123.13-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 21.35%
GREEN value IS 37 (14.84% from 255) = 20.79%
BLUE value IS 103 (40.62% from 255) = 57.87%
R=21.35%
G=20.79%
B=57.87%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal38371030.630.6400.60240.9147.1427.45
Hex2625673F4003Cf12f1b
Octal4645147771000743615733
Binary1001101001011100111111111100000001111001111000110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #262567; }

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

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

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

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

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

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

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

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