#223DAD

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

Shades of Persian Blue #223DAD

Tints of Persian Blue #223DAD

Color information

#223DAD (or 0x223DAD) is unknown color: approx Persian Blue. HEX triplet: 22, 3D and AD. RGB value is (34,61,173). Sum of RGB (Red+Green+Blue) = 34+61+173=268 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.69% from 268); Green value is 61 (24.22% from 255 or 22.76% from 268); Blue value is 173 (67.97% from 255 or 64.55% from 268); Max value from RGB is 173 - color contains mainly: blue. Hex color #223DAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #223DAD is #DDC252. Grayscale: #414141. Windows color (decimal): -14533203 or 11353378. OLE color: 11353378.

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

Color convert

RGB3461173-
CMYK0.800.6500.32
HSL228.35º67.15%40.59%-
HSV(B)228.35º80.35%67.84%-
XYZ9.876.6940.31-
YUV65.69188.55105.39-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 12.69%
GREEN value IS 61 (24.22% from 255) = 22.76%
BLUE value IS 173 (67.97% from 255) = 64.55%
R=12.69%
G=22.76%
B=64.55%

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
Decimal34611730.800.6500.32228.3567.1540.59
Hex223DAD5041020e44329
Octal427525512010104034410351
Binary10001011110110101101101000010000010100000111001001000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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