#223FAF

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

Shades of Persian Blue #223FAF

Tints of Persian Blue #223FAF

Color information

#223FAF (or 0x223FAF) is unknown color: approx Persian Blue. HEX triplet: 22, 3F and AF. RGB value is (34,63,175). Sum of RGB (Red+Green+Blue) = 34+63+175=272 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.5% from 272); Green value is 63 (25% from 255 or 23.16% from 272); Blue value is 175 (68.75% from 255 or 64.34% from 272); Max value from RGB is 175 - color contains mainly: blue. Hex color #223FAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #223FAF is #DDC050. Grayscale: #424242. Windows color (decimal): -14532689 or 11484962. OLE color: 11484962.

HSL color Cylindrical-coordinate representation of color #223FAF: hue angle of 227.66º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #223FAF is Cyan = 0.81, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB3463175-
CMYK0.810.6400.31
HSL227.66º67.46%40.98%-
HSV(B)227.66º80.57%68.63%-
XYZ10.186.9941.37-
YUV67.1188.89104.39-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 12.5%
GREEN value IS 63 (25% from 255) = 23.16%
BLUE value IS 175 (68.75% from 255) = 64.34%
R=12.5%
G=23.16%
B=64.34%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal34631750.810.6400.31227.6667.4640.98
Hex223FAF514001Fe44329
Octal427725712110003734410351
Binary1000101111111010111110100011000000011111111001001000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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