#2320AA

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

Shades of Persian Blue #2320AA

Tints of Persian Blue #2320AA

Color information

#2320AA (or 0x2320AA) is unknown color: approx Persian Blue. HEX triplet: 23, 20 and AA. RGB value is (35,32,170). Sum of RGB (Red+Green+Blue) = 35+32+170=237 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.77% from 237); Green value is 32 (12.89% from 255 or 13.50% from 237); Blue value is 170 (66.80% from 255 or 71.73% from 237); Max value from RGB is 170 - color contains mainly: blue. Hex color #2320AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2320AA is #DCDF55. Grayscale: #303030. Windows color (decimal): -14475094 or 11149347. OLE color: 11149347.

HSL color Cylindrical-coordinate representation of color #2320AA: hue angle of 241.3º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2320AA is Cyan = 0.79, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB3532170-
CMYK0.790.8100.33
HSL241.3º68.32%39.61%-
HSV(B)241.3º81.18%66.67%-
XYZ8.474.2938.41-
YUV48.63196.49118.28-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 14.77%
GREEN value IS 32 (12.89% from 255) = 13.50%
BLUE value IS 170 (66.80% from 255) = 71.73%
R=14.77%
G=13.50%
B=71.73%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal35321700.790.8100.33241.368.3239.61
Hex2320AA4F51021f14428
Octal434025211712104136110450
Binary10001110000010101010100111110100010100001111100011000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2320AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2320AA; }

 p { color: rgb(35,32,170); }

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

<style>
 a { background-color: #2320AA; }

 a { background-color: rgb(35,32,170); }

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

<style>
 span { border-color: #2320AA; }

 span { border-color: rgb(35,32,170); }

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