#2F349F

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

Shades of Egyptian Blue #2F349F

Tints of Egyptian Blue #2F349F

Color information

#2F349F (or 0x2F349F) is unknown color: approx Egyptian Blue. HEX triplet: 2F, 34 and 9F. RGB value is (47,52,159). Sum of RGB (Red+Green+Blue) = 47+52+159=258 (34% of max value = 765). Red value is 47 (18.75% from 255 or 18.22% from 258); Green value is 52 (20.70% from 255 or 20.16% from 258); Blue value is 159 (62.5% from 255 or 61.63% from 258); Max value from RGB is 159 - color contains mainly: blue. Hex color #2F349F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F349F is #D0CB60. Grayscale: #3E3E3E. Windows color (decimal): -13683553 or 10433583. OLE color: 10433583.

HSL color Cylindrical-coordinate representation of color #2F349F: hue angle of 237.32º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2F349F is Cyan = 0.70, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB4752159-
CMYK0.700.6700.38
HSL237.32º54.37%40.39%-
HSV(B)237.32º70.44%62.35%-
XYZ8.665.5633.42-
YUV62.7182.34116.8-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 18.22%
GREEN value IS 52 (20.70% from 255) = 20.16%
BLUE value IS 159 (62.5% from 255) = 61.63%
R=18.22%
G=20.16%
B=61.63%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal47521590.700.6700.38237.3254.3740.39
Hex2F349F4643026ed3628
Octal57642371061030463556650
Binary1011111101001001111110001101000011010011011101101110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F349F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,52,159); }

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

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

 a { background-color: rgb(47,52,159); }

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

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

 span { border-color: rgb(47,52,159); }

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