#2B2C98

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

Shades of Egyptian Blue #2B2C98

Tints of Egyptian Blue #2B2C98

Color information

#2B2C98 (or 0x2B2C98) is unknown color: approx Egyptian Blue. HEX triplet: 2B, 2C and 98. RGB value is (43,44,152). Sum of RGB (Red+Green+Blue) = 43+44+152=239 (31% of max value = 765). Red value is 43 (17.19% from 255 or 17.99% from 239); Green value is 44 (17.58% from 255 or 18.41% from 239); Blue value is 152 (59.77% from 255 or 63.60% from 239); Max value from RGB is 152 - color contains mainly: blue. Hex color #2B2C98 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B2C98 is #D4D367. Grayscale: #373737. Windows color (decimal): -13947752 or 9972779. OLE color: 9972779.

HSL color Cylindrical-coordinate representation of color #2B2C98: hue angle of 239.45º 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 #2B2C98 is Cyan = 0.72, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB4344152-
CMYK0.720.7100.40
HSL239.45º55.9%38.24%-
HSV(B)239.45º71.71%59.61%-
XYZ7.564.5830.19-
YUV56.01182.17118.72-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.99%
GREEN value IS 44 (17.58% from 255) = 18.41%
BLUE value IS 152 (59.77% from 255) = 63.60%
R=17.99%
G=18.41%
B=63.60%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal43441520.720.7100.40239.4555.938.24
Hex2B2C984847028ef3826
Octal53542301101070503577046
Binary1010111011001001100010010001000111010100011101111111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B2C98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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