#263A94

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

Shades of Egyptian Blue #263A94

Tints of Egyptian Blue #263A94

Color information

#263A94 (or 0x263A94) is unknown color: approx Egyptian Blue. HEX triplet: 26, 3A and 94. RGB value is (38,58,148). Sum of RGB (Red+Green+Blue) = 38+58+148=244 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.57% from 244); Green value is 58 (23.05% from 255 or 23.77% from 244); Blue value is 148 (58.20% from 255 or 60.66% from 244); Max value from RGB is 148 - color contains mainly: blue. Hex color #263A94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263A94 is #D9C56B. Grayscale: #3D3D3D. Windows color (decimal): -14271852 or 9714214. OLE color: 9714214.

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

Color convert

RGB3858148-
CMYK0.740.6100.42
HSL229.09º59.14%36.47%-
HSV(B)229.09º74.32%58.04%-
XYZ7.665.5828.69-
YUV62.28176.37110.68-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.57%
GREEN value IS 58 (23.05% from 255) = 23.77%
BLUE value IS 148 (58.20% from 255) = 60.66%
R=15.57%
G=23.77%
B=60.66%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal38581480.740.6100.42229.0959.1436.47
Hex263A944A3D02Ae53b24
Octal4672224112750523457344
Binary100110111010100101001001010111101010101011100101111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263A94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263A94; }

 p { color: rgb(38,58,148); }

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

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

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

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

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

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

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