#262895

Color #262895 Egyptian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Egyptian Blue #262895

Tints of Egyptian Blue #262895

Color information

#262895 (or 0x262895) is unknown color: approx Egyptian Blue. HEX triplet: 26, 28 and 95. RGB value is (38,40,149). Sum of RGB (Red+Green+Blue) = 38+40+149=227 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.74% from 227); Green value is 40 (16.02% from 255 or 17.62% from 227); Blue value is 149 (58.59% from 255 or 65.64% from 227); Max value from RGB is 149 - color contains mainly: blue. Hex color #262895 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #262895 is #D9D76A. Grayscale: #333333. Windows color (decimal): -14276459 or 9775142. OLE color: 9775142.

HSL color Cylindrical-coordinate representation of color #262895: hue angle of 238.92º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #262895 is Cyan = 0.74, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB3840149-
CMYK0.740.7300.42
HSL238.92º59.36%36.67%-
HSV(B)238.92º74.5%58.43%-
XYZ6.984.128.86-
YUV51.83182.84118.14-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.74%
GREEN value IS 40 (16.02% from 255) = 17.62%
BLUE value IS 149 (58.59% from 255) = 65.64%
R=16.74%
G=17.62%
B=65.64%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal38401490.740.7300.42238.9259.3636.67
Hex2628954A4902Aef3b25
Octal46502251121110523577345
Binary1001101010001001010110010101001001010101011101111111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #262895; }

 p { color: rgb(38,40,149); }

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

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

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

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

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

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

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