#2B3A9C

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

Shades of Egyptian Blue #2B3A9C

Tints of Egyptian Blue #2B3A9C

Color information

#2B3A9C (or 0x2B3A9C) is unknown color: approx Egyptian Blue. HEX triplet: 2B, 3A and 9C. RGB value is (43,58,156). Sum of RGB (Red+Green+Blue) = 43+58+156=257 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.73% from 257); Green value is 58 (23.05% from 255 or 22.57% from 257); Blue value is 156 (61.33% from 255 or 60.70% from 257); Max value from RGB is 156 - color contains mainly: blue. Hex color #2B3A9C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B3A9C is #D4C563. Grayscale: #404040. Windows color (decimal): -13944164 or 10238507. OLE color: 10238507.

HSL color Cylindrical-coordinate representation of color #2B3A9C: hue angle of 232.04º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2B3A9C is Cyan = 0.72, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB4358156-
CMYK0.720.6300.39
HSL232.04º56.78%39.02%-
HSV(B)232.04º72.44%61.18%-
XYZ8.515.9432.15-
YUV64.69179.53112.53-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 16.73%
GREEN value IS 58 (23.05% from 255) = 22.57%
BLUE value IS 156 (61.33% from 255) = 60.70%
R=16.73%
G=22.57%
B=60.70%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal43581560.720.6300.39232.0456.7839.02
Hex2B3A9C483F027e83927
Octal5372234110770473507147
Binary101011111010100111001001000111111010011111101000111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B3A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,58,156); }

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

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

 a { background-color: rgb(43,58,156); }

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

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

 span { border-color: rgb(43,58,156); }

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