Html Css Color HEX #223F95 Egyptian Blue

📋 copy color: '#223F95'

red 34 ◦ green 63 ◦ blue 149

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

Shades of Egyptian Blue #223F95

Tints of Egyptian Blue #223F95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 60.57%

R = 13.82%
G = 25.61%
B = 60.57%

CMYK

 C value IS 0.77

 M value IS 0.58

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#223F95 (or 0x223F95) is known color: Egyptian Blue. HEX triplet: 22, 3F and 95. RGB value is (34,63,149). Sum of RGB (Red+Green+Blue) = 34+63+149=246 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.82% from 246); Green value is 63 (25% from 255 or 25.61% from 246); Blue value is 149 (58.59% from 255 or 60.57% from 246); Max value from RGB is 149 - color contains mainly: blue. Hex color #223F95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #223F95 is #DDC06A. Grayscale: #3F3F3F. Windows color (decimal): -14532715 or 9781026. OLE color: 9781026.

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

Color convert

RGB 34 63 149 -
CMYK 0.77 0.58 0 0.42
HSL 224.87º 0.63% 0.36% -
HSV(B) 224.87º 0.77% 0.58% -
XYZ 7.86 6.07 29.19 -
YUV 64.13 175.89 106.51 -
System Red Green Blue C M Y K H S L
Decimal 34 63 149 0.77 0.58 0 0.42 224.87 0.63 0.36
Hex 22 3F 95 4D 3A 0 2A E1 3F 24
Octal 42 77 225 115 72 0 52 341 77 44
Binary 100010 111111 10010101 1001101 111010 0 101010 11100001 111111 100100

Color Harmonies of #223F95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223F95

Black with #223F95

Text Example


Text Example

White with #223F95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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