Html Css Color HEX #2D319F Egyptian Blue

📋 copy color: '#2D319F'

red 45 ◦ green 49 ◦ blue 159

#2D319F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Egyptian Blue #2D319F

Tints of Egyptian Blue #2D319F

RGB

 RED value IS 45 (17.97% from 255) = 17.79%

 GREEN value IS 49 (19.53% from 255) = 19.37%

 BLUE value IS 159 (62.5% from 255) = 62.85%

R = 17.79%
G = 19.37%
B = 62.85%

CMYK

 C value IS 0.72

 M value IS 0.69

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#2D319F (or 0x2D319F) is known color: Egyptian Blue. HEX triplet: 2D, 31 and 9F. RGB value is (45,49,159). Sum of RGB (Red+Green+Blue) = 45+49+159=253 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.79% from 253); Green value is 49 (19.53% from 255 or 19.37% from 253); Blue value is 159 (62.5% from 255 or 62.85% from 253); Max value from RGB is 159 - color contains mainly: blue. Hex color #2D319F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D319F is #D2CE60. Grayscale: #3B3B3B. Windows color (decimal): -13815393 or 10432813. OLE color: 10432813.

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

Color convert

RGB 45 49 159 -
CMYK 0.72 0.69 0 0.38
HSL 237.89º 0.56% 0.4% -
HSV(B) 237.89º 0.72% 0.62% -
XYZ 8.44 5.26 33.37 -
YUV 60.34 183.67 117.06 -
System Red Green Blue C M Y K H S L
Decimal 45 49 159 0.72 0.69 0 0.38 237.89 0.56 0.4
Hex 2D 31 9F 48 45 0 26 EE 38 28
Octal 55 61 237 110 105 0 46 356 70 50
Binary 101101 110001 10011111 1001000 1000101 0 100110 11101110 111000 101000

Color Harmonies of #2D319F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D319F

Black with #2D319F

Text Example


Text Example

White with #2D319F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2D319F;
 }
 .AnyTagClassName
 {
   color: #2D319F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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