Html Css Color HEX #223B9F Egyptian Blue

📋 copy color: '#223B9F'

red 34 ◦ green 59 ◦ blue 159

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

Shades of Egyptian Blue #223B9F

Tints of Egyptian Blue #223B9F

RGB

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

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

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

R = 13.49%
G = 23.41%
B = 63.1%

CMYK

 C value IS 0.79

 M value IS 0.63

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#223B9F (or 0x223B9F) is known color: Egyptian Blue. HEX triplet: 22, 3B and 9F. RGB value is (34,59,159). Sum of RGB (Red+Green+Blue) = 34+59+159=252 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.49% from 252); Green value is 59 (23.44% from 255 or 23.41% from 252); Blue value is 159 (62.5% from 255 or 63.10% from 252); Max value from RGB is 159 - color contains mainly: blue. Hex color #223B9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #223B9F is #DDC460. Grayscale: #3E3E3E. Windows color (decimal): -14533729 or 10435362. OLE color: 10435362.

HSL color Cylindrical-coordinate representation of color #223B9F: hue angle of 228º 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 #223B9F is Cyan = 0.79, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 34 59 159 -
CMYK 0.79 0.63 0 0.38
HSL 228º 0.65% 0.38% -
HSV(B) 228º 0.79% 0.62% -
XYZ 8.48 5.97 33.51 -
YUV 62.93 182.22 107.37 -
System Red Green Blue C M Y K H S L
Decimal 34 59 159 0.79 0.63 0 0.38 228 0.65 0.38
Hex 22 3B 9F 4F 3F 0 26 E4 41 26
Octal 42 73 237 117 77 0 46 344 101 46
Binary 100010 111011 10011111 1001111 111111 0 100110 11100100 1000001 100110

Color Harmonies of #223B9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223B9F

Black with #223B9F

Text Example


Text Example

White with #223B9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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