#263695

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

Shades of Egyptian Blue #263695

Tints of Egyptian Blue #263695

Color information

#263695 (or 0x263695) is unknown color: approx Egyptian Blue. HEX triplet: 26, 36 and 95. RGB value is (38,54,149). Sum of RGB (Red+Green+Blue) = 38+54+149=241 (31% of max value = 765). Red value is 38 (15.23% from 255 or 15.77% from 241); Green value is 54 (21.48% from 255 or 22.41% from 241); Blue value is 149 (58.59% from 255 or 61.83% from 241); Max value from RGB is 149 - color contains mainly: blue. Hex color #263695 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263695 is #D9C96A. Grayscale: #3B3B3B. Windows color (decimal): -14272875 or 9778726. OLE color: 9778726.

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

Color convert

RGB3854149-
CMYK0.740.6400.42
HSL231.35º59.36%36.67%-
HSV(B)231.35º74.5%58.43%-
XYZ7.545.2229.04-
YUV60.05178.2112.28-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.77%
GREEN value IS 54 (21.48% from 255) = 22.41%
BLUE value IS 149 (58.59% from 255) = 61.83%
R=15.77%
G=22.41%
B=61.83%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal38541490.740.6400.42231.3559.3636.67
Hex2636954A4002Ae73b25
Octal46662251121000523477345
Binary1001101101101001010110010101000000010101011100111111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263695; }

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

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

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

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

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

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

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

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