#223BAD

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

Shades of Persian Blue #223BAD

Tints of Persian Blue #223BAD

Color information

#223BAD (or 0x223BAD) is unknown color: approx Persian Blue. HEX triplet: 22, 3B and AD. RGB value is (34,59,173). Sum of RGB (Red+Green+Blue) = 34+59+173=266 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.78% from 266); Green value is 59 (23.44% from 255 or 22.18% from 266); Blue value is 173 (67.97% from 255 or 65.04% from 266); Max value from RGB is 173 - color contains mainly: blue. Hex color #223BAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #223BAD is #DDC452. Grayscale: #404040. Windows color (decimal): -14533715 or 11352866. OLE color: 11352866.

HSL color Cylindrical-coordinate representation of color #223BAD: hue angle of 229.21º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #223BAD is Cyan = 0.80, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB3459173-
CMYK0.800.6600.32
HSL229.21º67.15%40.59%-
HSV(B)229.21º80.35%67.84%-
XYZ9.776.4940.27-
YUV64.52189.22106.23-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 12.78%
GREEN value IS 59 (23.44% from 255) = 22.18%
BLUE value IS 173 (67.97% from 255) = 65.04%
R=12.78%
G=22.18%
B=65.04%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal34591730.800.6600.32229.2167.1540.59
Hex223BAD5042020e54329
Octal427325512010204034510351
Binary10001011101110101101101000010000100100000111001011000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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