Html Css Color HEX #213698 Egyptian Blue

📋 copy color: '#213698'

red 33 ◦ green 54 ◦ blue 152

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

Shades of Egyptian Blue #213698

Tints of Egyptian Blue #213698

RGB

 RED value IS 33 (13.28% from 255) = 13.81%

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

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

R = 13.81%
G = 22.59%
B = 63.6%

CMYK

 C value IS 0.78

 M value IS 0.64

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#213698 (or 0x213698) is known color: Egyptian Blue. HEX triplet: 21, 36 and 98. RGB value is (33,54,152). Sum of RGB (Red+Green+Blue) = 33+54+152=239 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.81% from 239); Green value is 54 (21.48% from 255 or 22.59% from 239); Blue value is 152 (59.77% from 255 or 63.60% from 239); Max value from RGB is 152 - color contains mainly: blue. Hex color #213698 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213698 is #DEC967. Grayscale: #3A3A3A. Windows color (decimal): -14600552 or 9975329. OLE color: 9975329.

HSL color Cylindrical-coordinate representation of color #213698: hue angle of 229.41º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #213698 is Cyan = 0.78, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 33 54 152 -
CMYK 0.78 0.64 0 0.40
HSL 229.41º 0.64% 0.36% -
HSV(B) 229.41º 0.78% 0.6% -
XYZ 7.61 5.23 30.31 -
YUV 58.89 180.54 109.53 -
System Red Green Blue C M Y K H S L
Decimal 33 54 152 0.78 0.64 0 0.40 229.41 0.64 0.36
Hex 21 36 98 4E 40 0 28 E5 40 24
Octal 41 66 230 116 100 0 50 345 100 44
Binary 100001 110110 10011000 1001110 1000000 0 101000 11100101 1000000 100100

Color Harmonies of #213698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213698

Black with #213698

Text Example


Text Example

White with #213698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213698; }

 p { color: rgb(33,54,152); }

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

background-color css

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

 a { background-color: rgb(33,54,152); }

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

border-color css

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

 span { border-color: rgb(33,54,152); }

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