#223CAD

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

Shades of Persian Blue #223CAD

Tints of Persian Blue #223CAD

Color information

#223CAD (or 0x223CAD) is unknown color: approx Persian Blue. HEX triplet: 22, 3C and AD. RGB value is (34,60,173). Sum of RGB (Red+Green+Blue) = 34+60+173=267 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.73% from 267); Green value is 60 (23.83% from 255 or 22.47% from 267); Blue value is 173 (67.97% from 255 or 64.79% from 267); Max value from RGB is 173 - color contains mainly: blue. Hex color #223CAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #223CAD is #DDC352. Grayscale: #404040. Windows color (decimal): -14533459 or 11353122. OLE color: 11353122.

HSL color Cylindrical-coordinate representation of color #223CAD: hue angle of 228.78º 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 #223CAD is Cyan = 0.80, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB3460173-
CMYK0.800.6500.32
HSL228.78º67.15%40.59%-
HSV(B)228.78º80.35%67.84%-
XYZ9.826.5940.29-
YUV65.11188.89105.81-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 12.73%
GREEN value IS 60 (23.83% from 255) = 22.47%
BLUE value IS 173 (67.97% from 255) = 64.79%
R=12.73%
G=22.47%
B=64.79%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal34601730.800.6500.32228.7867.1540.59
Hex223CAD5041020e54329
Octal427425512010104034510351
Binary10001011110010101101101000010000010100000111001011000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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