#2B339C

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

Shades of Egyptian Blue #2B339C

Tints of Egyptian Blue #2B339C

Color information

#2B339C (or 0x2B339C) is unknown color: approx Egyptian Blue. HEX triplet: 2B, 33 and 9C. RGB value is (43,51,156). Sum of RGB (Red+Green+Blue) = 43+51+156=250 (33% of max value = 765). Red value is 43 (17.19% from 255 or 17.2% from 250); Green value is 51 (20.31% from 255 or 20.4% from 250); Blue value is 156 (61.33% from 255 or 62.4% from 250); Max value from RGB is 156 - color contains mainly: blue. Hex color #2B339C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B339C is #D4CC63. Grayscale: #3C3C3C. Windows color (decimal): -13945956 or 10236715. OLE color: 10236715.

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

Color convert

RGB4351156-
CMYK0.720.6700.39
HSL235.75º56.78%39.02%-
HSV(B)235.75º72.44%61.18%-
XYZ8.185.2832.04-
YUV60.58181.85115.46-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.2%
GREEN value IS 51 (20.31% from 255) = 20.4%
BLUE value IS 156 (61.33% from 255) = 62.4%
R=17.2%
G=20.4%
B=62.4%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal43511560.720.6700.39235.7556.7839.02
Hex2B339C4843027ec3927
Octal53632341101030473547147
Binary1010111100111001110010010001000011010011111101100111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B339C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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