Html Css Color HEX #2D279F Egyptian Blue

📋 copy color: '#2D279F'

red 45 ◦ green 39 ◦ blue 159

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

Shades of Egyptian Blue #2D279F

Tints of Egyptian Blue #2D279F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 16.05%

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

R = 18.52%
G = 16.05%
B = 65.43%

CMYK

 C value IS 0.72

 M value IS 0.75

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#2D279F (or 0x2D279F) is known color: Egyptian Blue. HEX triplet: 2D, 27 and 9F. RGB value is (45,39,159). Sum of RGB (Red+Green+Blue) = 45+39+159=243 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.52% from 243); Green value is 39 (15.62% from 255 or 16.05% from 243); Blue value is 159 (62.5% from 255 or 65.43% from 243); Max value from RGB is 159 - color contains mainly: blue. Hex color #2D279F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D279F is #D2D860. Grayscale: #363636. Windows color (decimal): -13817953 or 10430253. OLE color: 10430253.

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

Color convert

RGB 45 39 159 -
CMYK 0.72 0.75 0 0.38
HSL 243º 0.61% 0.39% -
HSV(B) 243º 0.75% 0.62% -
XYZ 8.07 4.51 33.25 -
YUV 54.47 186.99 121.24 -
System Red Green Blue C M Y K H S L
Decimal 45 39 159 0.72 0.75 0 0.38 243 0.61 0.39
Hex 2D 27 9F 48 4B 0 26 F3 3D 27
Octal 55 47 237 110 113 0 46 363 75 47
Binary 101101 100111 10011111 1001000 1001011 0 100110 11110011 111101 100111

Color Harmonies of #2D279F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D279F

Black with #2D279F

Text Example


Text Example

White with #2D279F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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