#2B309D

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

Shades of Egyptian Blue #2B309D

Tints of Egyptian Blue #2B309D

Color information

#2B309D (or 0x2B309D) is unknown color: approx Egyptian Blue. HEX triplet: 2B, 30 and 9D. RGB value is (43,48,157). Sum of RGB (Red+Green+Blue) = 43+48+157=248 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.34% from 248); Green value is 48 (19.14% from 255 or 19.35% from 248); Blue value is 157 (61.72% from 255 or 63.31% from 248); Max value from RGB is 157 - color contains mainly: blue. Hex color #2B309D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B309D is #D4CF62. Grayscale: #3A3A3A. Windows color (decimal): -13946723 or 10301483. OLE color: 10301483.

HSL color Cylindrical-coordinate representation of color #2B309D: hue angle of 237.37º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2B309D is Cyan = 0.73, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB4348157-
CMYK0.730.6900.38
HSL237.37º57%39.22%-
HSV(B)237.37º72.61%61.57%-
XYZ8.145.0632.45-
YUV58.93183.34116.64-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.34%
GREEN value IS 48 (19.14% from 255) = 19.35%
BLUE value IS 157 (61.72% from 255) = 63.31%
R=17.34%
G=19.35%
B=63.31%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal43481570.730.6900.38237.375739.22
Hex2B309D4945026ed3927
Octal53602351111050463557147
Binary1010111100001001110110010011000101010011011101101111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B309D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,48,157); }

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

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

 a { background-color: rgb(43,48,157); }

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

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

 span { border-color: rgb(43,48,157); }

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