#223AB9

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

Shades of Persian Blue #223AB9

Tints of Persian Blue #223AB9

Color information

#223AB9 (or 0x223AB9) is unknown color: approx Persian Blue. HEX triplet: 22, 3A and B9. RGB value is (34,58,185). Sum of RGB (Red+Green+Blue) = 34+58+185=277 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.27% from 277); Green value is 58 (23.05% from 255 or 20.94% from 277); Blue value is 185 (72.66% from 255 or 66.79% from 277); Max value from RGB is 185 - color contains mainly: blue. Hex color #223AB9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #223AB9 is #DDC546. Grayscale: #404040. Windows color (decimal): -14533959 or 12139042. OLE color: 12139042.

HSL color Cylindrical-coordinate representation of color #223AB9: hue angle of 230.46º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #223AB9 is Cyan = 0.82, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB3458185-
CMYK0.820.6900.27
HSL230.46º68.95%42.94%-
HSV(B)230.46º81.62%72.55%-
XYZ10.936.8746.65-
YUV65.3195.55105.67-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 12.27%
GREEN value IS 58 (23.05% from 255) = 20.94%
BLUE value IS 185 (72.66% from 255) = 66.79%
R=12.27%
G=20.94%
B=66.79%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal34581850.820.6900.27230.4668.9542.94
Hex223AB9524501Be6452b
Octal427227112210503334610553
Binary1000101110101011100110100101000101011011111001101000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223AB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,58,185); }

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

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

 a { background-color: rgb(34,58,185); }

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

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

 span { border-color: rgb(34,58,185); }

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