#223BB0

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

Shades of Persian Blue #223BB0

Tints of Persian Blue #223BB0

Color information

#223BB0 (or 0x223BB0) is unknown color: approx Persian Blue. HEX triplet: 22, 3B and B0. RGB value is (34,59,176). Sum of RGB (Red+Green+Blue) = 34+59+176=269 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.64% from 269); Green value is 59 (23.44% from 255 or 21.93% from 269); Blue value is 176 (69.14% from 255 or 65.43% from 269); Max value from RGB is 176 - color contains mainly: blue. Hex color #223BB0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #223BB0 is #DDC44F. Grayscale: #404040. Windows color (decimal): -14533712 or 11549474. OLE color: 11549474.

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

Color convert

RGB3459176-
CMYK0.810.6600.31
HSL229.44º67.62%41.18%-
HSV(B)229.44º80.68%69.02%-
XYZ10.066.641.82-
YUV64.86190.72105.99-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 12.64%
GREEN value IS 59 (23.44% from 255) = 21.93%
BLUE value IS 176 (69.14% from 255) = 65.43%
R=12.64%
G=21.93%
B=65.43%

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
Decimal34591760.810.6600.31229.4467.6241.18
Hex223BB0514201Fe54429
Octal427326012110203734510451
Binary1000101110111011000010100011000010011111111001011000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223BB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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