#2B369D

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

Shades of Egyptian Blue #2B369D

Tints of Egyptian Blue #2B369D

Color information

#2B369D (or 0x2B369D) is unknown color: approx Egyptian Blue. HEX triplet: 2B, 36 and 9D. RGB value is (43,54,157). Sum of RGB (Red+Green+Blue) = 43+54+157=254 (33% of max value = 765). Red value is 43 (17.19% from 255 or 16.93% from 254); Green value is 54 (21.48% from 255 or 21.26% from 254); Blue value is 157 (61.72% from 255 or 61.81% from 254); Max value from RGB is 157 - color contains mainly: blue. Hex color #2B369D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B369D is #D4C962. Grayscale: #3E3E3E. Windows color (decimal): -13945187 or 10303019. OLE color: 10303019.

HSL color Cylindrical-coordinate representation of color #2B369D: hue angle of 234.21º 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 #2B369D is Cyan = 0.73, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB4354157-
CMYK0.730.6600.38
HSL234.21º57%39.22%-
HSV(B)234.21º72.61%61.57%-
XYZ8.45.5932.53-
YUV62.45181.36114.12-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 16.93%
GREEN value IS 54 (21.48% from 255) = 21.26%
BLUE value IS 157 (61.72% from 255) = 61.81%
R=16.93%
G=21.26%
B=61.81%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal43541570.730.6600.38234.215739.22
Hex2B369D4942026ea3927
Octal53662351111020463527147
Binary1010111101101001110110010011000010010011011101010111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B369D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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