Html Css Color HEX #224098 Egyptian Blue

📋 copy color: '#224098'

red 34 ◦ green 64 ◦ blue 152

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

Shades of Egyptian Blue #224098

Tints of Egyptian Blue #224098

RGB

 RED value IS 34 (13.67% from 255) = 13.6%

 GREEN value IS 64 (25.39% from 255) = 25.6%

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

R = 13.6%
G = 25.6%
B = 60.8%

CMYK

 C value IS 0.78

 M value IS 0.58

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#224098 (or 0x224098) is known color: Egyptian Blue. HEX triplet: 22, 40 and 98. RGB value is (34,64,152). Sum of RGB (Red+Green+Blue) = 34+64+152=250 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.6% from 250); Green value is 64 (25.39% from 255 or 25.6% from 250); Blue value is 152 (59.77% from 255 or 60.8% from 250); Max value from RGB is 152 - color contains mainly: blue. Hex color #224098 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #224098 is #DDBF67. Grayscale: #404040. Windows color (decimal): -14532456 or 9977890. OLE color: 9977890.

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

Color convert

RGB 34 64 152 -
CMYK 0.78 0.58 0 0.40
HSL 224.75º 0.63% 0.36% -
HSV(B) 224.75º 0.78% 0.6% -
XYZ 8.16 6.27 30.49 -
YUV 65.06 177.06 105.84 -
System Red Green Blue C M Y K H S L
Decimal 34 64 152 0.78 0.58 0 0.40 224.75 0.63 0.36
Hex 22 40 98 4E 3A 0 28 E1 3F 24
Octal 42 100 230 116 72 0 50 341 77 44
Binary 100010 1000000 10011000 1001110 111010 0 101000 11100001 111111 100100

Color Harmonies of #224098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224098

Black with #224098

Text Example


Text Example

White with #224098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224098; }

 p { color: rgb(34,64,152); }

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

background-color css

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

 a { background-color: rgb(34,64,152); }

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

border-color css

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

 span { border-color: rgb(34,64,152); }

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