#2C399B

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

Shades of Egyptian Blue #2C399B

Tints of Egyptian Blue #2C399B

Color information

#2C399B (or 0x2C399B) is unknown color: approx Egyptian Blue. HEX triplet: 2C, 39 and 9B. RGB value is (44,57,155). Sum of RGB (Red+Green+Blue) = 44+57+155=256 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.19% from 256); Green value is 57 (22.66% from 255 or 22.27% from 256); Blue value is 155 (60.94% from 255 or 60.55% from 256); Max value from RGB is 155 - color contains mainly: blue. Hex color #2C399B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C399B is #D3C664. Grayscale: #3F3F3F. Windows color (decimal): -13878885 or 10172716. OLE color: 10172716.

HSL color Cylindrical-coordinate representation of color #2C399B: hue angle of 232.97º degrees, saturation: 0.56, 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 #2C399B is Cyan = 0.72, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB4457155-
CMYK0.720.6300.39
HSL232.97º55.78%39.02%-
HSV(B)232.97º71.61%60.78%-
XYZ8.425.8331.69-
YUV64.28179.19113.53-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 17.19%
GREEN value IS 57 (22.66% from 255) = 22.27%
BLUE value IS 155 (60.94% from 255) = 60.55%
R=17.19%
G=22.27%
B=60.55%

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
Decimal44571550.720.6300.39232.9755.7839.02
Hex2C399B483F027e93827
Octal5471233110770473517047
Binary101100111001100110111001000111111010011111101001111000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C399B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,57,155); }

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

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

 a { background-color: rgb(44,57,155); }

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

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

 span { border-color: rgb(44,57,155); }

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