#263495

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

Shades of Egyptian Blue #263495

Tints of Egyptian Blue #263495

Color information

#263495 (or 0x263495) is unknown color: approx Egyptian Blue. HEX triplet: 26, 34 and 95. RGB value is (38,52,149). Sum of RGB (Red+Green+Blue) = 38+52+149=239 (31% of max value = 765). Red value is 38 (15.23% from 255 or 15.90% from 239); Green value is 52 (20.70% from 255 or 21.76% from 239); Blue value is 149 (58.59% from 255 or 62.34% from 239); Max value from RGB is 149 - color contains mainly: blue. Hex color #263495 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263495 is #D9CB6A. Grayscale: #3A3A3A. Windows color (decimal): -14273387 or 9778214. OLE color: 9778214.

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

Color convert

RGB3852149-
CMYK0.740.6500.42
HSL232.43º59.36%36.67%-
HSV(B)232.43º74.5%58.43%-
XYZ7.455.0429.01-
YUV58.87178.86113.11-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.90%
GREEN value IS 52 (20.70% from 255) = 21.76%
BLUE value IS 149 (58.59% from 255) = 62.34%
R=15.90%
G=21.76%
B=62.34%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal38521490.740.6500.42232.4359.3636.67
Hex2634954A4102Ae83b25
Octal46642251121010523507345
Binary1001101101001001010110010101000001010101011101000111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263495; }

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

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

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

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

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

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

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

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