#223AB0

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

Shades of Persian Blue #223AB0

Tints of Persian Blue #223AB0

Color information

#223AB0 (or 0x223AB0) is unknown color: approx Persian Blue. HEX triplet: 22, 3A and B0. RGB value is (34,58,176). Sum of RGB (Red+Green+Blue) = 34+58+176=268 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.69% from 268); Green value is 58 (23.05% from 255 or 21.64% from 268); Blue value is 176 (69.14% from 255 or 65.67% from 268); Max value from RGB is 176 - color contains mainly: blue. Hex color #223AB0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #223AB0 is #DDC54F. Grayscale: #3F3F3F. Windows color (decimal): -14533968 or 11549218. OLE color: 11549218.

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

Color convert

RGB3458176-
CMYK0.810.6700.31
HSL229.86º67.62%41.18%-
HSV(B)229.86º80.68%69.02%-
XYZ10.016.541.8-
YUV64.28191.05106.41-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 12.69%
GREEN value IS 58 (23.05% from 255) = 21.64%
BLUE value IS 176 (69.14% from 255) = 65.67%
R=12.69%
G=21.64%
B=65.67%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal34581760.810.6700.31229.8667.6241.18
Hex223AB0514301Fe64429
Octal427226012110303734610451
Binary1000101110101011000010100011000011011111111001101000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223AB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,58,176); }

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

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

 a { background-color: rgb(34,58,176); }

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

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

 span { border-color: rgb(34,58,176); }

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