#2B2E98

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

Shades of Egyptian Blue #2B2E98

Tints of Egyptian Blue #2B2E98

Color information

#2B2E98 (or 0x2B2E98) is unknown color: approx Egyptian Blue. HEX triplet: 2B, 2E and 98. RGB value is (43,46,152). Sum of RGB (Red+Green+Blue) = 43+46+152=241 (31% of max value = 765). Red value is 43 (17.19% from 255 or 17.84% from 241); Green value is 46 (18.36% from 255 or 19.09% from 241); Blue value is 152 (59.77% from 255 or 63.07% from 241); Max value from RGB is 152 - color contains mainly: blue. Hex color #2B2E98 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B2E98 is #D4D167. Grayscale: #383838. Windows color (decimal): -13947240 or 9973291. OLE color: 9973291.

HSL color Cylindrical-coordinate representation of color #2B2E98: hue angle of 238.35º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2B2E98 is Cyan = 0.72, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB4346152-
CMYK0.720.7000.40
HSL238.35º55.9%38.24%-
HSV(B)238.35º71.71%59.61%-
XYZ7.644.7330.22-
YUV57.19181.51117.88-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.84%
GREEN value IS 46 (18.36% from 255) = 19.09%
BLUE value IS 152 (59.77% from 255) = 63.07%
R=17.84%
G=19.09%
B=63.07%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal43461520.720.7000.40238.3555.938.24
Hex2B2E984846028ee3826
Octal53562301101060503567046
Binary1010111011101001100010010001000110010100011101110111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B2E98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2B2E98; }

 p { color: rgb(43,46,152); }

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

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

 a { background-color: rgb(43,46,152); }

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

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

 span { border-color: rgb(43,46,152); }

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