#26369A

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

Shades of Egyptian Blue #26369A

Tints of Egyptian Blue #26369A

Color information

#26369A (or 0x26369A) is unknown color: approx Egyptian Blue. HEX triplet: 26, 36 and 9A. RGB value is (38,54,154). Sum of RGB (Red+Green+Blue) = 38+54+154=246 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.45% from 246); Green value is 54 (21.48% from 255 or 21.95% from 246); Blue value is 154 (60.55% from 255 or 62.60% from 246); Max value from RGB is 154 - color contains mainly: blue. Hex color #26369A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #26369A is #D9C965. Grayscale: #3C3C3C. Windows color (decimal): -14272870 or 10106406. OLE color: 10106406.

HSL color Cylindrical-coordinate representation of color #26369A: hue angle of 231.72º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #26369A is Cyan = 0.75, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB3854154-
CMYK0.750.6500.40
HSL231.72º60.42%37.65%-
HSV(B)231.72º75.32%60.39%-
XYZ7.955.3831.19-
YUV60.62180.7111.87-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.45%
GREEN value IS 54 (21.48% from 255) = 21.95%
BLUE value IS 154 (60.55% from 255) = 62.60%
R=15.45%
G=21.95%
B=62.60%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal38541540.750.6500.40231.7260.4237.65
Hex26369A4B41028e83c26
Octal46662321131010503507446
Binary1001101101101001101010010111000001010100011101000111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26369A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26369A; }

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

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

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

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

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

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

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

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