#262467

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

Shades of Paris M #262467

Tints of Paris M #262467

Color information

#262467 (or 0x262467) is unknown color: approx Paris M. HEX triplet: 26, 24 and 67. RGB value is (38,36,103). Sum of RGB (Red+Green+Blue) = 38+36+103=177 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.47% from 177); Green value is 36 (14.45% from 255 or 20.34% from 177); Blue value is 103 (40.62% from 255 or 58.19% from 177); Max value from RGB is 103 - color contains mainly: blue. Hex color #262467 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #262467 is #D9DB98. Grayscale: #2B2B2B. Windows color (decimal): -14277529 or 6759462. OLE color: 6759462.

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

Color convert

RGB3836103-
CMYK0.630.6500.60
HSL241.79º48.2%27.25%-
HSV(B)241.79º65.05%40.39%-
XYZ3.882.6513.14-
YUV44.24161.16123.55-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 21.47%
GREEN value IS 36 (14.45% from 255) = 20.34%
BLUE value IS 103 (40.62% from 255) = 58.19%
R=21.47%
G=20.34%
B=58.19%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal38361030.630.6500.60241.7948.227.25
Hex2624673F4103Cf2301b
Octal4644147771010743626033
Binary1001101001001100111111111100000101111001111001011000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #262467; }

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

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

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

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

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

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

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

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