#2B369B

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

Shades of Egyptian Blue #2B369B

Tints of Egyptian Blue #2B369B

Color information

#2B369B (or 0x2B369B) is unknown color: approx Egyptian Blue. HEX triplet: 2B, 36 and 9B. RGB value is (43,54,155). Sum of RGB (Red+Green+Blue) = 43+54+155=252 (33% of max value = 765). Red value is 43 (17.19% from 255 or 17.06% from 252); Green value is 54 (21.48% from 255 or 21.43% from 252); Blue value is 155 (60.94% from 255 or 61.51% from 252); Max value from RGB is 155 - color contains mainly: blue. Hex color #2B369B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B369B is #D4C964. Grayscale: #3D3D3D. Windows color (decimal): -13945189 or 10171947. OLE color: 10171947.

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

Color convert

RGB4354155-
CMYK0.720.6500.39
HSL234.11º56.57%38.82%-
HSV(B)234.11º72.26%60.78%-
XYZ8.235.5231.64-
YUV62.22180.36114.29-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.06%
GREEN value IS 54 (21.48% from 255) = 21.43%
BLUE value IS 155 (60.94% from 255) = 61.51%
R=17.06%
G=21.43%
B=61.51%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal43541550.720.6500.39234.1156.5738.82
Hex2B369B4841027ea3927
Octal53662331101010473527147
Binary1010111101101001101110010001000001010011111101010111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B369B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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