Html Css Color HEX #2D399C Egyptian Blue

📋 copy color: '#2D399C'

red 45 ◦ green 57 ◦ blue 156

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

Shades of Egyptian Blue #2D399C

Tints of Egyptian Blue #2D399C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 60.47%

R = 17.44%
G = 22.09%
B = 60.47%

CMYK

 C value IS 0.71

 M value IS 0.63

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#2D399C (or 0x2D399C) is known color: Egyptian Blue. HEX triplet: 2D, 39 and 9C. RGB value is (45,57,156). Sum of RGB (Red+Green+Blue) = 45+57+156=258 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.44% from 258); Green value is 57 (22.66% from 255 or 22.09% from 258); Blue value is 156 (61.33% from 255 or 60.47% from 258); Max value from RGB is 156 - color contains mainly: blue. Hex color #2D399C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D399C is #D2C663. Grayscale: #404040. Windows color (decimal): -13813348 or 10238253. OLE color: 10238253.

HSL color Cylindrical-coordinate representation of color #2D399C: hue angle of 233.51º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2D399C is Cyan = 0.71, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 45 57 156 -
CMYK 0.71 0.63 0 0.39
HSL 233.51º 0.55% 0.39% -
HSV(B) 233.51º 0.71% 0.61% -
XYZ 8.55 5.88 32.14 -
YUV 64.7 179.52 113.95 -
System Red Green Blue C M Y K H S L
Decimal 45 57 156 0.71 0.63 0 0.39 233.51 0.55 0.39
Hex 2D 39 9C 47 3F 0 27 EA 37 27
Octal 55 71 234 107 77 0 47 352 67 47
Binary 101101 111001 10011100 1000111 111111 0 100111 11101010 110111 100111

Color Harmonies of #2D399C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D399C

Black with #2D399C

Text Example


Text Example

White with #2D399C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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