Html Css Color HEX #2A369B Egyptian Blue

📋 copy color: '#2A369B'

red 42 ◦ green 54 ◦ blue 155

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

Shades of Egyptian Blue #2A369B

Tints of Egyptian Blue #2A369B

RGB

 RED value IS 42 (16.8% from 255) = 16.73%

 GREEN value IS 54 (21.48% from 255) = 21.51%

 BLUE value IS 155 (60.94% from 255) = 61.75%

R = 16.73%
G = 21.51%
B = 61.75%

CMYK

 C value IS 0.73

 M value IS 0.65

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#2A369B (or 0x2A369B) is known color: Egyptian Blue. HEX triplet: 2A, 36 and 9B. RGB value is (42,54,155). Sum of RGB (Red+Green+Blue) = 42+54+155=251 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.73% from 251); Green value is 54 (21.48% from 255 or 21.51% from 251); Blue value is 155 (60.94% from 255 or 61.75% from 251); Max value from RGB is 155 - color contains mainly: blue. Hex color #2A369B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A369B is #D5C964. Grayscale: #3D3D3D. Windows color (decimal): -14010725 or 10171946. OLE color: 10171946.

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

Color convert

RGB 42 54 155 -
CMYK 0.73 0.65 0 0.39
HSL 233.63º 0.57% 0.39% -
HSV(B) 233.63º 0.73% 0.61% -
XYZ 8.19 5.5 31.64 -
YUV 61.93 180.52 113.79 -
System Red Green Blue C M Y K H S L
Decimal 42 54 155 0.73 0.65 0 0.39 233.63 0.57 0.39
Hex 2A 36 9B 49 41 0 27 EA 39 27
Octal 52 66 233 111 101 0 47 352 71 47
Binary 101010 110110 10011011 1001001 1000001 0 100111 11101010 111001 100111

Color Harmonies of #2A369B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A369B

Black with #2A369B

Text Example


Text Example

White with #2A369B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,54,155); }

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

background-color css

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

 a { background-color: rgb(42,54,155); }

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

border-color css

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

 span { border-color: rgb(42,54,155); }

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