#262665

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

Shades of Paris M #262665

Tints of Paris M #262665

Color information

#262665 (or 0x262665) is unknown color: approx Paris M. HEX triplet: 26, 26 and 65. RGB value is (38,38,101). Sum of RGB (Red+Green+Blue) = 38+38+101=177 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.47% from 177); Green value is 38 (15.23% from 255 or 21.47% from 177); Blue value is 101 (39.84% from 255 or 57.06% from 177); Max value from RGB is 101 - color contains mainly: blue. Hex color #262665 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #262665 is #D9D99A. Grayscale: #2C2C2C. Windows color (decimal): -14277019 or 6628902. OLE color: 6628902.

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

Color convert

RGB3838101-
CMYK0.620.6200.60
HSL240º45.32%27.25%-
HSV(B)240º62.38%39.61%-
XYZ3.842.7412.64-
YUV45.18159.5122.88-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 21.47%
GREEN value IS 38 (15.23% from 255) = 21.47%
BLUE value IS 101 (39.84% from 255) = 57.06%
R=21.47%
G=21.47%
B=57.06%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal38381010.620.6200.6024045.3227.25
Hex2626653E3E03Cf02d1b
Octal464614576760743605533
Binary100110100110110010111111011111001111001111000010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #262665; }

 p { color: rgb(38,38,101); }

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

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

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

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

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

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

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