#2320BA

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

Shades of Persian Blue #2320BA

Tints of Persian Blue #2320BA

Color information

#2320BA (or 0x2320BA) is unknown color: approx Persian Blue. HEX triplet: 23, 20 and BA. RGB value is (35,32,186). Sum of RGB (Red+Green+Blue) = 35+32+186=253 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.83% from 253); Green value is 32 (12.89% from 255 or 12.65% from 253); Blue value is 186 (73.05% from 255 or 73.52% from 253); Max value from RGB is 186 - color contains mainly: blue. Hex color #2320BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2320BA is #DCDF45. Grayscale: #313131. Windows color (decimal): -14475078 or 12197923. OLE color: 12197923.

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

Color convert

RGB3532186-
CMYK0.810.8300.27
HSL241.17º70.64%42.75%-
HSV(B)241.17º82.8%72.94%-
XYZ10.074.9446.88-
YUV50.45204.49116.98-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 13.83%
GREEN value IS 32 (12.89% from 255) = 12.65%
BLUE value IS 186 (73.05% from 255) = 73.52%
R=13.83%
G=12.65%
B=73.52%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal35321860.810.8300.27241.1770.6442.75
Hex2320BA515301Bf1472b
Octal434027212112303336110753
Binary1000111000001011101010100011010011011011111100011000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2320BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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