#223BAF

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

Shades of Persian Blue #223BAF

Tints of Persian Blue #223BAF

Color information

#223BAF (or 0x223BAF) is unknown color: approx Persian Blue. HEX triplet: 22, 3B and AF. RGB value is (34,59,175). Sum of RGB (Red+Green+Blue) = 34+59+175=268 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.69% from 268); Green value is 59 (23.44% from 255 or 22.01% from 268); Blue value is 175 (68.75% from 255 or 65.30% from 268); Max value from RGB is 175 - color contains mainly: blue. Hex color #223BAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #223BAF is #DDC450. Grayscale: #404040. Windows color (decimal): -14533713 or 11483938. OLE color: 11483938.

HSL color Cylindrical-coordinate representation of color #223BAF: hue angle of 229.36º 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 #223BAF is Cyan = 0.81, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB3459175-
CMYK0.810.6600.31
HSL229.36º67.46%40.98%-
HSV(B)229.36º80.57%68.63%-
XYZ9.966.5641.3-
YUV64.75190.22106.07-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 12.69%
GREEN value IS 59 (23.44% from 255) = 22.01%
BLUE value IS 175 (68.75% from 255) = 65.30%
R=12.69%
G=22.01%
B=65.30%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal34591750.810.6600.31229.3667.4640.98
Hex223BAF514201Fe54329
Octal427325712110203734510351
Binary1000101110111010111110100011000010011111111001011000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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