#223F9B

Color #223F9B Egyptian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Egyptian Blue #223F9B

Tints of Egyptian Blue #223F9B

Color information

#223F9B (or 0x223F9B) is unknown color: approx Egyptian Blue. HEX triplet: 22, 3F and 9B. RGB value is (34,63,155). Sum of RGB (Red+Green+Blue) = 34+63+155=252 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.49% from 252); Green value is 63 (25% from 255 or 25% from 252); Blue value is 155 (60.94% from 255 or 61.51% from 252); Max value from RGB is 155 - color contains mainly: blue. Hex color #223F9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #223F9B is #DDC064. Grayscale: #404040. Windows color (decimal): -14532709 or 10174242. OLE color: 10174242.

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

Color convert

RGB3463155-
CMYK0.780.5900.39
HSL225.62º64.02%37.06%-
HSV(B)225.62º78.06%60.78%-
XYZ8.356.2631.78-
YUV64.82178.89106.02-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.49%
GREEN value IS 63 (25% from 255) = 25%
BLUE value IS 155 (60.94% from 255) = 61.51%
R=13.49%
G=25%
B=61.51%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal34631550.780.5900.39225.6264.0237.06
Hex223F9B4E3B027e24025
Octal42772331167304734210045
Binary1000101111111001101110011101110110100111111000101000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #223F9B;
 }
 .AnyTagClassName
 {
   color: #223F9B;
 }
</style>
background-color css

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

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

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

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

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

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