#26349E

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

Shades of Egyptian Blue #26349E

Tints of Egyptian Blue #26349E

Color information

#26349E (or 0x26349E) is unknown color: approx Egyptian Blue. HEX triplet: 26, 34 and 9E. RGB value is (38,52,158). Sum of RGB (Red+Green+Blue) = 38+52+158=248 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.32% from 248); Green value is 52 (20.70% from 255 or 20.97% from 248); Blue value is 158 (62.11% from 255 or 63.71% from 248); Max value from RGB is 158 - color contains mainly: blue. Hex color #26349E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #26349E is #D9CB61. Grayscale: #3B3B3B. Windows color (decimal): -14273378 or 10368038. OLE color: 10368038.

HSL color Cylindrical-coordinate representation of color #26349E: hue angle of 233º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #26349E is Cyan = 0.76, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB3852158-
CMYK0.760.6700.38
HSL233º61.22%38.43%-
HSV(B)233º75.95%61.96%-
XYZ8.25.3432.95-
YUV59.9183.36112.38-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.32%
GREEN value IS 52 (20.70% from 255) = 20.97%
BLUE value IS 158 (62.11% from 255) = 63.71%
R=15.32%
G=20.97%
B=63.71%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal38521580.760.6700.3823361.2238.43
Hex26349E4C43026e93d26
Octal46642361141030463517546
Binary1001101101001001111010011001000011010011011101001111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26349E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26349E; }

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

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

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

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

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

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

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

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