#2D279F

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

Shades of Egyptian Blue #2D279F

Tints of Egyptian Blue #2D279F

Color information

#2D279F (or 0x2D279F) is unknown color: approx Egyptian Blue. HEX triplet: 2D, 27 and 9F. RGB value is (45,39,159). Sum of RGB (Red+Green+Blue) = 45+39+159=243 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.52% from 243); Green value is 39 (15.62% from 255 or 16.05% from 243); Blue value is 159 (62.5% from 255 or 65.43% from 243); Max value from RGB is 159 - color contains mainly: blue. Hex color #2D279F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D279F is #D2D860. Grayscale: #363636. Windows color (decimal): -13817953 or 10430253. OLE color: 10430253.

HSL color Cylindrical-coordinate representation of color #2D279F: hue angle of 243º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2D279F is Cyan = 0.72, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB4539159-
CMYK0.720.7500.38
HSL243º60.61%38.82%-
HSV(B)243º75.47%62.35%-
XYZ8.074.5133.25-
YUV54.47186.99121.24-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 18.52%
GREEN value IS 39 (15.62% from 255) = 16.05%
BLUE value IS 159 (62.5% from 255) = 65.43%
R=18.52%
G=16.05%
B=65.43%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal45391590.720.7500.3824360.6138.82
Hex2D279F484B026f33d27
Octal55472371101130463637547
Binary1011011001111001111110010001001011010011011110011111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D279F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,39,159); }

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

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

 a { background-color: rgb(45,39,159); }

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

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

 span { border-color: rgb(45,39,159); }

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