#262DA0

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

Shades of Egyptian Blue #262DA0

Tints of Egyptian Blue #262DA0

Color information

#262DA0 (or 0x262DA0) is unknown color: approx Egyptian Blue. HEX triplet: 26, 2D and A0. RGB value is (38,45,160). Sum of RGB (Red+Green+Blue) = 38+45+160=243 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.64% from 243); Green value is 45 (17.97% from 255 or 18.52% from 243); Blue value is 160 (62.89% from 255 or 65.84% from 243); Max value from RGB is 160 - color contains mainly: blue. Hex color #262DA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #262DA0 is #D9D25F. Grayscale: #373737. Windows color (decimal): -14275168 or 10497318. OLE color: 10497318.

HSL color Cylindrical-coordinate representation of color #262DA0: hue angle of 236.56º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #262DA0 is Cyan = 0.76, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB3845160-
CMYK0.760.7200.37
HSL236.56º61.62%38.82%-
HSV(B)236.56º76.25%62.75%-
XYZ8.084.8333.76-
YUV56.02186.68115.15-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.64%
GREEN value IS 45 (17.97% from 255) = 18.52%
BLUE value IS 160 (62.89% from 255) = 65.84%
R=15.64%
G=18.52%
B=65.84%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal38451600.760.7200.37236.5661.6238.82
Hex262DA04C48025ed3e27
Octal46552401141100453557647
Binary1001101011011010000010011001001000010010111101101111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262DA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #262DA0; }

 p { color: rgb(38,45,160); }

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

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

 a { background-color: rgb(38,45,160); }

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

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

 span { border-color: rgb(38,45,160); }

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