Html Css Color HEX #2D399E Egyptian Blue

📋 copy color: '#2D399E'

red 45 ◦ green 57 ◦ blue 158

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

Shades of Egyptian Blue #2D399E

Tints of Egyptian Blue #2D399E

RGB

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

 GREEN value IS 57 (22.66% from 255) = 21.92%

 BLUE value IS 158 (62.11% from 255) = 60.77%

R = 17.31%
G = 21.92%
B = 60.77%

CMYK

 C value IS 0.72

 M value IS 0.64

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#2D399E (or 0x2D399E) is known color: Egyptian Blue. HEX triplet: 2D, 39 and 9E. RGB value is (45,57,158). Sum of RGB (Red+Green+Blue) = 45+57+158=260 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.31% from 260); Green value is 57 (22.66% from 255 or 21.92% from 260); Blue value is 158 (62.11% from 255 or 60.77% from 260); Max value from RGB is 158 - color contains mainly: blue. Hex color #2D399E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D399E is #D2C661. Grayscale: #404040. Windows color (decimal): -13813346 or 10369325. OLE color: 10369325.

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

Color convert

RGB 45 57 158 -
CMYK 0.72 0.64 0 0.38
HSL 233.63º 0.56% 0.4% -
HSV(B) 233.63º 0.72% 0.62% -
XYZ 8.72 5.95 33.04 -
YUV 64.93 180.52 113.79 -
System Red Green Blue C M Y K H S L
Decimal 45 57 158 0.72 0.64 0 0.38 233.63 0.56 0.4
Hex 2D 39 9E 48 40 0 26 EA 38 28
Octal 55 71 236 110 100 0 46 352 70 50
Binary 101101 111001 10011110 1001000 1000000 0 100110 11101010 111000 101000

Color Harmonies of #2D399E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D399E

Black with #2D399E

Text Example


Text Example

White with #2D399E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,57,158); }

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

background-color css

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

 a { background-color: rgb(45,57,158); }

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

border-color css

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

 span { border-color: rgb(45,57,158); }

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