#263195

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

Shades of Egyptian Blue #263195

Tints of Egyptian Blue #263195

Color information

#263195 (or 0x263195) is unknown color: approx Egyptian Blue. HEX triplet: 26, 31 and 95. RGB value is (38,49,149). Sum of RGB (Red+Green+Blue) = 38+49+149=236 (31% of max value = 765). Red value is 38 (15.23% from 255 or 16.10% from 236); Green value is 49 (19.53% from 255 or 20.76% from 236); Blue value is 149 (58.59% from 255 or 63.14% from 236); Max value from RGB is 149 - color contains mainly: blue. Hex color #263195 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263195 is #D9CE6A. Grayscale: #383838. Windows color (decimal): -14274155 or 9777446. OLE color: 9777446.

HSL color Cylindrical-coordinate representation of color #263195: hue angle of 234.05º 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 #263195 is Cyan = 0.74, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB3849149-
CMYK0.740.6700.42
HSL234.05º59.36%36.67%-
HSV(B)234.05º74.5%58.43%-
XYZ7.324.7828.97-
YUV57.11179.86114.37-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.10%
GREEN value IS 49 (19.53% from 255) = 20.76%
BLUE value IS 149 (58.59% from 255) = 63.14%
R=16.10%
G=20.76%
B=63.14%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal38491490.740.6700.42234.0559.3636.67
Hex2631954A4302Aea3b25
Octal46612251121030523527345
Binary1001101100011001010110010101000011010101011101010111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263195; }

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

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

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

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

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

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

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

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