#2321B6

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

Shades of Persian Blue #2321B6

Tints of Persian Blue #2321B6

Color information

#2321B6 (or 0x2321B6) is unknown color: approx Persian Blue. HEX triplet: 23, 21 and B6. RGB value is (35,33,182). Sum of RGB (Red+Green+Blue) = 35+33+182=250 (33% of max value = 765). Red value is 35 (14.06% from 255 or 14% from 250); Green value is 33 (13.28% from 255 or 13.2% from 250); Blue value is 182 (71.48% from 255 or 72.8% from 250); Max value from RGB is 182 - color contains mainly: blue. Hex color #2321B6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2321B6 is #DCDE49. Grayscale: #313131. Windows color (decimal): -14474826 or 11936035. OLE color: 11936035.

HSL color Cylindrical-coordinate representation of color #2321B6: hue angle of 240.81º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2321B6 is Cyan = 0.81, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB3533182-
CMYK0.810.8200.29
HSL240.81º69.3%42.16%-
HSV(B)240.81º81.87%71.37%-
XYZ9.684.8244.68-
YUV50.58202.16116.88-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 14%
GREEN value IS 33 (13.28% from 255) = 13.2%
BLUE value IS 182 (71.48% from 255) = 72.8%
R=14%
G=13.2%
B=72.8%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal35331820.810.8200.29240.8169.342.16
Hex2321B6515201Df1452a
Octal434126612112203536110552
Binary1000111000011011011010100011010010011101111100011000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2321B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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