#3821BA

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

Shades of Persian Blue #3821BA

Tints of Persian Blue #3821BA

Color information

#3821BA (or 0x3821BA) is unknown color: approx Persian Blue. HEX triplet: 38, 21 and BA. RGB value is (56,33,186). Sum of RGB (Red+Green+Blue) = 56+33+186=275 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.36% from 275); Green value is 33 (13.28% from 255 or 12% from 275); Blue value is 186 (73.05% from 255 or 67.64% from 275); Max value from RGB is 186 - color contains mainly: blue. Hex color #3821BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3821BA is #C7DE45. Grayscale: #383838. Windows color (decimal): -13098566 or 12198200. OLE color: 12198200.

HSL color Cylindrical-coordinate representation of color #3821BA: hue angle of 249.02º 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 #3821BA is Cyan = 0.70, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB5633186-
CMYK0.700.8200.27
HSL249.02º69.86%42.94%-
HSV(B)249.02º82.26%72.94%-
XYZ11.045.4746.93-
YUV57.32200.62127.06-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.36%
GREEN value IS 33 (13.28% from 255) = 12%
BLUE value IS 186 (73.05% from 255) = 67.64%
R=20.36%
G=12%
B=67.64%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal56331860.700.8200.27249.0269.8642.94
Hex3821BA465201Bf9462b
Octal704127210612203337110653
Binary1110001000011011101010001101010010011011111110011000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3821BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,33,186); }

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

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

 a { background-color: rgb(56,33,186); }

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

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

 span { border-color: rgb(56,33,186); }

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