#2d38a0

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

Shades of Egyptian Blue #2D38A0

Tints of Egyptian Blue #2D38A0

Color information

#2D38A0 (or 0x2D38A0) is unknown color: approx Egyptian Blue. HEX triplet: 2D, 38 and A0. RGB value is (45,56,160). Sum of RGB (Red+Green+Blue) = 45+56+160=261 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.24% from 261); Green value is 56 (22.27% from 255 or 21.46% from 261); Blue value is 160 (62.89% from 255 or 61.30% from 261); Max value from RGB is 160 - color contains mainly: blue. Hex color #2D38A0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D38A0 is #D2C75F. Grayscale: #404040. Windows color (decimal): -13813600 or 10500141. OLE color: 10500141.

HSL color Cylindrical-coordinate representation of color #2D38A0: hue angle of 234.26º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2D38A0 is Cyan = 0.72, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB4556160-
CMYK0.720.6500.37
HSL234.26º56.1%40.2%-
HSV(B)234.26º71.88%62.75%-
XYZ8.845.9233.94-
YUV64.57181.86114.04-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 17.24%
GREEN value IS 56 (22.27% from 255) = 21.46%
BLUE value IS 160 (62.89% from 255) = 61.30%
R=17.24%
G=21.46%
B=61.30%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal45561600.720.6500.37234.2656.140.2
Hex2D38A04841025ea3828
Octal55702401101010453527050
Binary1011011110001010000010010001000001010010111101010111000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2d38a0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,56,160); }

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

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

 a { background-color: rgb(45,56,160); }

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

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

 span { border-color: rgb(45,56,160); }

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