Html Css Color HEX #2D309E Egyptian Blue

📋 copy color: '#2D309E'

red 45 ◦ green 48 ◦ blue 158

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

Shades of Egyptian Blue #2D309E

Tints of Egyptian Blue #2D309E

RGB

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

 GREEN value IS 48 (19.14% from 255) = 19.12%

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

R = 17.93%
G = 19.12%
B = 62.95%

CMYK

 C value IS 0.72

 M value IS 0.70

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#2D309E (or 0x2D309E) is known color: Egyptian Blue. HEX triplet: 2D, 30 and 9E. RGB value is (45,48,158). Sum of RGB (Red+Green+Blue) = 45+48+158=251 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.93% from 251); Green value is 48 (19.14% from 255 or 19.12% from 251); Blue value is 158 (62.11% from 255 or 62.95% from 251); Max value from RGB is 158 - color contains mainly: blue. Hex color #2D309E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D309E is #D2CF61. Grayscale: #3B3B3B. Windows color (decimal): -13815650 or 10367021. OLE color: 10367021.

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

Color convert

RGB 45 48 158 -
CMYK 0.72 0.70 0 0.38
HSL 238.41º 0.56% 0.4% -
HSV(B) 238.41º 0.72% 0.62% -
XYZ 8.31 5.14 32.9 -
YUV 59.64 183.51 117.56 -
System Red Green Blue C M Y K H S L
Decimal 45 48 158 0.72 0.70 0 0.38 238.41 0.56 0.4
Hex 2D 30 9E 48 46 0 26 EE 38 28
Octal 55 60 236 110 106 0 46 356 70 50
Binary 101101 110000 10011110 1001000 1000110 0 100110 11101110 111000 101000

Color Harmonies of #2D309E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D309E

Black with #2D309E

Text Example


Text Example

White with #2D309E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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