Html Css Color HEX #223D9F Egyptian Blue

📋 copy color: '#223D9F'

red 34 ◦ green 61 ◦ blue 159

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

Shades of Egyptian Blue #223D9F

Tints of Egyptian Blue #223D9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 62.6%

R = 13.39%
G = 24.02%
B = 62.6%

CMYK

 C value IS 0.79

 M value IS 0.62

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#223D9F (or 0x223D9F) is known color: Egyptian Blue. HEX triplet: 22, 3D and 9F. RGB value is (34,61,159). Sum of RGB (Red+Green+Blue) = 34+61+159=254 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.39% from 254); Green value is 61 (24.22% from 255 or 24.02% from 254); Blue value is 159 (62.5% from 255 or 62.60% from 254); Max value from RGB is 159 - color contains mainly: blue. Hex color #223D9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #223D9F is #DDC260. Grayscale: #3F3F3F. Windows color (decimal): -14533217 or 10435874. OLE color: 10435874.

HSL color Cylindrical-coordinate representation of color #223D9F: hue angle of 227.04º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #223D9F is Cyan = 0.79, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 34 61 159 -
CMYK 0.79 0.62 0 0.38
HSL 227.04º 0.65% 0.38% -
HSV(B) 227.04º 0.79% 0.62% -
XYZ 8.59 6.18 33.54 -
YUV 64.1 181.55 106.53 -
System Red Green Blue C M Y K H S L
Decimal 34 61 159 0.79 0.62 0 0.38 227.04 0.65 0.38
Hex 22 3D 9F 4F 3E 0 26 E3 41 26
Octal 42 75 237 117 76 0 46 343 101 46
Binary 100010 111101 10011111 1001111 111110 0 100110 11100011 1000001 100110

Color Harmonies of #223D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223D9F

Black with #223D9F

Text Example


Text Example

White with #223D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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