#223FB0

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

Shades of Persian Blue #223FB0

Tints of Persian Blue #223FB0

Color information

#223FB0 (or 0x223FB0) is unknown color: approx Persian Blue. HEX triplet: 22, 3F and B0. RGB value is (34,63,176). Sum of RGB (Red+Green+Blue) = 34+63+176=273 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.45% from 273); Green value is 63 (25% from 255 or 23.08% from 273); Blue value is 176 (69.14% from 255 or 64.47% from 273); Max value from RGB is 176 - color contains mainly: blue. Hex color #223FB0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #223FB0 is #DDC04F. Grayscale: #424242. Windows color (decimal): -14532688 or 11550498. OLE color: 11550498.

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

Color convert

RGB3463176-
CMYK0.810.6400.31
HSL227.75º67.62%41.18%-
HSV(B)227.75º80.68%69.02%-
XYZ10.277.0341.89-
YUV67.21189.39104.31-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 12.45%
GREEN value IS 63 (25% from 255) = 23.08%
BLUE value IS 176 (69.14% from 255) = 64.47%
R=12.45%
G=23.08%
B=64.47%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal34631760.810.6400.31227.7567.6241.18
Hex223FB0514001Fe44429
Octal427726012110003734410451
Binary1000101111111011000010100011000000011111111001001000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223FB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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