Html Css Color HEX #214598 Egyptian Blue

📋 copy color: '#214598'

red 33 ◦ green 69 ◦ blue 152

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

Shades of Egyptian Blue #214598

Tints of Egyptian Blue #214598

RGB

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

 GREEN value IS 69 (27.34% from 255) = 27.17%

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

R = 12.99%
G = 27.17%
B = 59.84%

CMYK

 C value IS 0.78

 M value IS 0.55

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#214598 (or 0x214598) is known color: Egyptian Blue. HEX triplet: 21, 45 and 98. RGB value is (33,69,152). Sum of RGB (Red+Green+Blue) = 33+69+152=254 (33% of max value = 765). Red value is 33 (13.28% from 255 or 12.99% from 254); Green value is 69 (27.34% from 255 or 27.17% from 254); Blue value is 152 (59.77% from 255 or 59.84% from 254); Max value from RGB is 152 - color contains mainly: blue. Hex color #214598 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #214598 is #DEBA67. Grayscale: #434343. Windows color (decimal): -14596712 or 9979169. OLE color: 9979169.

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

Color convert

RGB 33 69 152 -
CMYK 0.78 0.55 0 0.40
HSL 221.85º 0.64% 0.36% -
HSV(B) 221.85º 0.78% 0.6% -
XYZ 8.42 6.85 30.58 -
YUV 67.7 175.57 103.25 -
System Red Green Blue C M Y K H S L
Decimal 33 69 152 0.78 0.55 0 0.40 221.85 0.64 0.36
Hex 21 45 98 4E 37 0 28 DE 40 24
Octal 41 105 230 116 67 0 50 336 100 44
Binary 100001 1000101 10011000 1001110 110111 0 101000 11011110 1000000 100100

Color Harmonies of #214598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214598

Black with #214598

Text Example


Text Example

White with #214598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214598; }

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

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

background-color css

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

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

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

border-color css

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

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

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