#2B3698

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

Shades of Egyptian Blue #2B3698

Tints of Egyptian Blue #2B3698

Color information

#2B3698 (or 0x2B3698) is unknown color: approx Egyptian Blue. HEX triplet: 2B, 36 and 98. RGB value is (43,54,152). Sum of RGB (Red+Green+Blue) = 43+54+152=249 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.27% from 249); Green value is 54 (21.48% from 255 or 21.69% from 249); Blue value is 152 (59.77% from 255 or 61.04% from 249); Max value from RGB is 152 - color contains mainly: blue. Hex color #2B3698 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B3698 is #D4C967. Grayscale: #3D3D3D. Windows color (decimal): -13945192 or 9975339. OLE color: 9975339.

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

Color convert

RGB4354152-
CMYK0.720.6400.40
HSL233.94º55.9%38.24%-
HSV(B)233.94º71.71%59.61%-
XYZ7.985.4230.33-
YUV61.88178.86114.53-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.27%
GREEN value IS 54 (21.48% from 255) = 21.69%
BLUE value IS 152 (59.77% from 255) = 61.04%
R=17.27%
G=21.69%
B=61.04%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal43541520.720.6400.40233.9455.938.24
Hex2B36984840028ea3826
Octal53662301101000503527046
Binary1010111101101001100010010001000000010100011101010111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B3698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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