Html Css Color HEX #223F97 Egyptian Blue

📋 copy color: '#223F97'

red 34 ◦ green 63 ◦ blue 151

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

Shades of Egyptian Blue #223F97

Tints of Egyptian Blue #223F97

RGB

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

 GREEN value IS 63 (25% from 255) = 25.4%

 BLUE value IS 151 (59.38% from 255) = 60.89%

R = 13.71%
G = 25.4%
B = 60.89%

CMYK

 C value IS 0.77

 M value IS 0.58

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#223F97 (or 0x223F97) is known color: Egyptian Blue. HEX triplet: 22, 3F and 97. RGB value is (34,63,151). Sum of RGB (Red+Green+Blue) = 34+63+151=248 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.71% from 248); Green value is 63 (25% from 255 or 25.40% from 248); Blue value is 151 (59.38% from 255 or 60.89% from 248); Max value from RGB is 151 - color contains mainly: blue. Hex color #223F97 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #223F97 is #DDC068. Grayscale: #3F3F3F. Windows color (decimal): -14532713 or 9912098. OLE color: 9912098.

HSL color Cylindrical-coordinate representation of color #223F97: hue angle of 225.13º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #223F97 is Cyan = 0.77, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 34 63 151 -
CMYK 0.77 0.58 0 0.41
HSL 225.13º 0.63% 0.36% -
HSV(B) 225.13º 0.77% 0.59% -
XYZ 8.02 6.13 30.04 -
YUV 64.36 176.89 106.34 -
System Red Green Blue C M Y K H S L
Decimal 34 63 151 0.77 0.58 0 0.41 225.13 0.63 0.36
Hex 22 3F 97 4D 3A 0 29 E1 3F 24
Octal 42 77 227 115 72 0 51 341 77 44
Binary 100010 111111 10010111 1001101 111010 0 101001 11100001 111111 100100

Color Harmonies of #223F97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223F97

Black with #223F97

Text Example


Text Example

White with #223F97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #223F97; }

 p { color: rgb(34,63,151); }

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

background-color css

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

 a { background-color: rgb(34,63,151); }

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

border-color css

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

 span { border-color: rgb(34,63,151); }

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