#2321B9

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

Shades of Persian Blue #2321B9

Tints of Persian Blue #2321B9

Color information

#2321B9 (or 0x2321B9) is unknown color: approx Persian Blue. HEX triplet: 23, 21 and B9. RGB value is (35,33,185). Sum of RGB (Red+Green+Blue) = 35+33+185=253 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.83% from 253); Green value is 33 (13.28% from 255 or 13.04% from 253); Blue value is 185 (72.66% from 255 or 73.12% from 253); Max value from RGB is 185 - color contains mainly: blue. Hex color #2321B9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2321B9 is #DCDE46. Grayscale: #323232. Windows color (decimal): -14474823 or 12132643. OLE color: 12132643.

HSL color Cylindrical-coordinate representation of color #2321B9: hue angle of 240.79º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2321B9 is Cyan = 0.81, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB3533185-
CMYK0.810.8200.27
HSL240.79º69.72%42.75%-
HSV(B)240.79º82.16%72.55%-
XYZ9.994.9546.33-
YUV50.93203.66116.64-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 13.83%
GREEN value IS 33 (13.28% from 255) = 13.04%
BLUE value IS 185 (72.66% from 255) = 73.12%
R=13.83%
G=13.04%
B=73.12%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal35331850.810.8200.27240.7969.7242.75
Hex2321B9515201Bf1462b
Octal434127112112203336110653
Binary1000111000011011100110100011010010011011111100011000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2321B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2321B9; }

 p { color: rgb(35,33,185); }

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

<style>
 a { background-color: #2321B9; }

 a { background-color: rgb(35,33,185); }

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

<style>
 span { border-color: #2321B9; }

 span { border-color: rgb(35,33,185); }

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