Html Css Color HEX #223D99 Egyptian Blue

📋 copy color: '#223D99'

red 34 ◦ green 61 ◦ blue 153

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

Shades of Egyptian Blue #223D99

Tints of Egyptian Blue #223D99

RGB

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

 GREEN value IS 61 (24.22% from 255) = 24.6%

 BLUE value IS 153 (60.16% from 255) = 61.69%

R = 13.71%
G = 24.6%
B = 61.69%

CMYK

 C value IS 0.78

 M value IS 0.60

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#223D99 (or 0x223D99) is known color: Egyptian Blue. HEX triplet: 22, 3D and 99. RGB value is (34,61,153). Sum of RGB (Red+Green+Blue) = 34+61+153=248 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.71% from 248); Green value is 61 (24.22% from 255 or 24.60% from 248); Blue value is 153 (60.16% from 255 or 61.69% from 248); Max value from RGB is 153 - color contains mainly: blue. Hex color #223D99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #223D99 is #DDC266. Grayscale: #3F3F3F. Windows color (decimal): -14533223 or 10042658. OLE color: 10042658.

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

Color convert

RGB 34 61 153 -
CMYK 0.78 0.60 0 0.4
HSL 226.39º 0.64% 0.37% -
HSV(B) 226.39º 0.78% 0.6% -
XYZ 8.08 5.98 30.87 -
YUV 63.42 178.55 107.02 -
System Red Green Blue C M Y K H S L
Decimal 34 61 153 0.78 0.60 0 0.4 226.39 0.64 0.37
Hex 22 3D 99 4E 3C 0 28 E2 40 25
Octal 42 75 231 116 74 0 50 342 100 45
Binary 100010 111101 10011001 1001110 111100 0 101000 11100010 1000000 100101

Color Harmonies of #223D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223D99

Black with #223D99

Text Example


Text Example

White with #223D99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,61,153); }

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

background-color css

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

 a { background-color: rgb(34,61,153); }

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

border-color css

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

 span { border-color: rgb(34,61,153); }

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