Html Css Color HEX #213898 Egyptian Blue

📋 copy color: '#213898'

red 33 ◦ green 56 ◦ blue 152

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

Shades of Egyptian Blue #213898

Tints of Egyptian Blue #213898

RGB

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

 GREEN value IS 56 (22.27% from 255) = 23.24%

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

R = 13.69%
G = 23.24%
B = 63.07%

CMYK

 C value IS 0.78

 M value IS 0.63

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#213898 (or 0x213898) is known color: Egyptian Blue. HEX triplet: 21, 38 and 98. RGB value is (33,56,152). Sum of RGB (Red+Green+Blue) = 33+56+152=241 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.69% from 241); Green value is 56 (22.27% from 255 or 23.24% from 241); Blue value is 152 (59.77% from 255 or 63.07% from 241); Max value from RGB is 152 - color contains mainly: blue. Hex color #213898 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213898 is #DEC767. Grayscale: #3B3B3B. Windows color (decimal): -14600040 or 9975841. OLE color: 9975841.

HSL color Cylindrical-coordinate representation of color #213898: hue angle of 228.4º 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 #213898 is Cyan = 0.78, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 33 56 152 -
CMYK 0.78 0.63 0 0.40
HSL 228.4º 0.64% 0.36% -
HSV(B) 228.4º 0.78% 0.6% -
XYZ 7.71 5.42 30.35 -
YUV 60.07 179.88 108.69 -
System Red Green Blue C M Y K H S L
Decimal 33 56 152 0.78 0.63 0 0.40 228.4 0.64 0.36
Hex 21 38 98 4E 3F 0 28 E4 40 24
Octal 41 70 230 116 77 0 50 344 100 44
Binary 100001 111000 10011000 1001110 111111 0 101000 11100100 1000000 100100

Color Harmonies of #213898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213898

Black with #213898

Text Example


Text Example

White with #213898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213898; }

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

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

background-color css

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

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

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

border-color css

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

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

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