Html Css Color HEX #223B9D Egyptian Blue

📋 copy color: '#223B9D'

red 34 ◦ green 59 ◦ blue 157

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

Shades of Egyptian Blue #223B9D

Tints of Egyptian Blue #223B9D

RGB

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

 GREEN value IS 59 (23.44% from 255) = 23.6%

 BLUE value IS 157 (61.72% from 255) = 62.8%

R = 13.6%
G = 23.6%
B = 62.8%

CMYK

 C value IS 0.78

 M value IS 0.62

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#223B9D (or 0x223B9D) is known color: Egyptian Blue. HEX triplet: 22, 3B and 9D. RGB value is (34,59,157). Sum of RGB (Red+Green+Blue) = 34+59+157=250 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.6% from 250); Green value is 59 (23.44% from 255 or 23.6% from 250); Blue value is 157 (61.72% from 255 or 62.8% from 250); Max value from RGB is 157 - color contains mainly: blue. Hex color #223B9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #223B9D is #DDC462. Grayscale: #3E3E3E. Windows color (decimal): -14533731 or 10304290. OLE color: 10304290.

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

Color convert

RGB 34 59 157 -
CMYK 0.78 0.62 0 0.38
HSL 227.8º 0.64% 0.37% -
HSV(B) 227.8º 0.78% 0.62% -
XYZ 8.31 5.9 32.6 -
YUV 62.7 181.22 107.53 -
System Red Green Blue C M Y K H S L
Decimal 34 59 157 0.78 0.62 0 0.38 227.8 0.64 0.37
Hex 22 3B 9D 4E 3E 0 26 E4 40 25
Octal 42 73 235 116 76 0 46 344 100 45
Binary 100010 111011 10011101 1001110 111110 0 100110 11100100 1000000 100101

Color Harmonies of #223B9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223B9D

Black with #223B9D

Text Example


Text Example

White with #223B9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,59,157); }

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

background-color css

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

 a { background-color: rgb(34,59,157); }

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

border-color css

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

 span { border-color: rgb(34,59,157); }

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