Html Css Color HEX #2B3598 Egyptian Blue

📋 copy color: '#2B3598'

red 43 ◦ green 53 ◦ blue 152

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

Shades of Egyptian Blue #2B3598

Tints of Egyptian Blue #2B3598

RGB

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

 GREEN value IS 53 (21.09% from 255) = 21.37%

 BLUE value IS 152 (59.77% from 255) = 61.29%

R = 17.34%
G = 21.37%
B = 61.29%

CMYK

 C value IS 0.72

 M value IS 0.65

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#2B3598 (or 0x2B3598) is known color: Egyptian Blue. HEX triplet: 2B, 35 and 98. RGB value is (43,53,152). Sum of RGB (Red+Green+Blue) = 43+53+152=248 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.34% from 248); Green value is 53 (21.09% from 255 or 21.37% from 248); Blue value is 152 (59.77% from 255 or 61.29% from 248); Max value from RGB is 152 - color contains mainly: blue. Hex color #2B3598 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B3598 is #D4CA67. Grayscale: #3C3C3C. Windows color (decimal): -13945448 or 9975083. OLE color: 9975083.

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

Color convert

RGB 43 53 152 -
CMYK 0.72 0.65 0 0.40
HSL 234.5º 0.56% 0.38% -
HSV(B) 234.5º 0.72% 0.6% -
XYZ 7.94 5.33 30.32 -
YUV 61.3 179.19 114.95 -
System Red Green Blue C M Y K H S L
Decimal 43 53 152 0.72 0.65 0 0.40 234.5 0.56 0.38
Hex 2B 35 98 48 41 0 28 EA 38 26
Octal 53 65 230 110 101 0 50 352 70 46
Binary 101011 110101 10011000 1001000 1000001 0 101000 11101010 111000 100110

Color Harmonies of #2B3598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B3598

Black with #2B3598

Text Example


Text Example

White with #2B3598

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,53,152); }

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

background-color css

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

 a { background-color: rgb(43,53,152); }

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

border-color css

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

 span { border-color: rgb(43,53,152); }

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