#321DBA

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

Shades of Persian Blue #321DBA

Tints of Persian Blue #321DBA

Color information

#321DBA (or 0x321DBA) is unknown color: approx Persian Blue. HEX triplet: 32, 1D and BA. RGB value is (50,29,186). Sum of RGB (Red+Green+Blue) = 50+29+186=265 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.87% from 265); Green value is 29 (11.72% from 255 or 10.94% from 265); Blue value is 186 (73.05% from 255 or 70.19% from 265); Max value from RGB is 186 - color contains mainly: blue. Hex color #321DBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #321DBA is #CDE245. Grayscale: #343434. Windows color (decimal): -13492806 or 12197170. OLE color: 12197170.

HSL color Cylindrical-coordinate representation of color #321DBA: hue angle of 248.03º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #321DBA is Cyan = 0.73, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB5029186-
CMYK0.730.8400.27
HSL248.03º73.02%42.16%-
HSV(B)248.03º84.41%72.94%-
XYZ10.625.146.88-
YUV53.18202.96125.73-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.87%
GREEN value IS 29 (11.72% from 255) = 10.94%
BLUE value IS 186 (73.05% from 255) = 70.19%
R=18.87%
G=10.94%
B=70.19%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal50291860.730.8400.27248.0373.0242.16
Hex321DBA495401Bf8492a
Octal623527211112403337011152
Binary110010111011011101010010011010100011011111110001001001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321DBA; }

 p { color: rgb(50,29,186); }

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

<style>
 a { background-color: #321DBA; }

 a { background-color: rgb(50,29,186); }

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

<style>
 span { border-color: #321DBA; }

 span { border-color: rgb(50,29,186); }

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