Html Css Color HEX #2B2A99 Egyptian Blue

📋 copy color: '#2B2A99'

red 43 ◦ green 42 ◦ blue 153

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

Shades of Egyptian Blue #2B2A99

Tints of Egyptian Blue #2B2A99

RGB

 RED value IS 43 (17.19% from 255) = 18.07%

 GREEN value IS 42 (16.8% from 255) = 17.65%

 BLUE value IS 153 (60.16% from 255) = 64.29%

R = 18.07%
G = 17.65%
B = 64.29%

CMYK

 C value IS 0.72

 M value IS 0.73

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#2B2A99 (or 0x2B2A99) is known color: Egyptian Blue. HEX triplet: 2B, 2A and 99. RGB value is (43,42,153). Sum of RGB (Red+Green+Blue) = 43+42+153=238 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.07% from 238); Green value is 42 (16.80% from 255 or 17.65% from 238); Blue value is 153 (60.16% from 255 or 64.29% from 238); Max value from RGB is 153 - color contains mainly: blue. Hex color #2B2A99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B2A99 is #D4D566. Grayscale: #363636. Windows color (decimal): -13948263 or 10037803. OLE color: 10037803.

HSL color Cylindrical-coordinate representation of color #2B2A99: hue angle of 240.54º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2B2A99 is Cyan = 0.72, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 43 42 153 -
CMYK 0.72 0.73 0 0.4
HSL 240.54º 0.57% 0.38% -
HSV(B) 240.54º 0.73% 0.6% -
XYZ 7.57 4.47 30.6 -
YUV 54.95 183.33 119.47 -
System Red Green Blue C M Y K H S L
Decimal 43 42 153 0.72 0.73 0 0.4 240.54 0.57 0.38
Hex 2B 2A 99 48 49 0 28 F1 39 26
Octal 53 52 231 110 111 0 50 361 71 46
Binary 101011 101010 10011001 1001000 1001001 0 101000 11110001 111001 100110

Color Harmonies of #2B2A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B2A99

Black with #2B2A99

Text Example


Text Example

White with #2B2A99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,42,153); }

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

background-color css

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

 a { background-color: rgb(43,42,153); }

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

border-color css

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

 span { border-color: rgb(43,42,153); }

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