#3820BB

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

Shades of Persian Blue #3820BB

Tints of Persian Blue #3820BB

Color information

#3820BB (or 0x3820BB) is unknown color: approx Persian Blue. HEX triplet: 38, 20 and BB. RGB value is (56,32,187). Sum of RGB (Red+Green+Blue) = 56+32+187=275 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.36% from 275); Green value is 32 (12.89% from 255 or 11.64% from 275); Blue value is 187 (73.44% from 255 or 68% from 275); Max value from RGB is 187 - color contains mainly: blue. Hex color #3820BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3820BB is #C7DF44. Grayscale: #383838. Windows color (decimal): -13098821 or 12263480. OLE color: 12263480.

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

Color convert

RGB5632187-
CMYK0.700.8300.27
HSL249.29º70.78%42.94%-
HSV(B)249.29º82.89%73.33%-
XYZ11.125.4647.48-
YUV56.85201.45127.4-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.36%
GREEN value IS 32 (12.89% from 255) = 11.64%
BLUE value IS 187 (73.44% from 255) = 68%
R=20.36%
G=11.64%
B=68%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal56321870.700.8300.27249.2970.7842.94
Hex3820BB465301Bf9472b
Octal704027310612303337110753
Binary1110001000001011101110001101010011011011111110011000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3820BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3820BB; }

 p { color: rgb(56,32,187); }

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

<style>
 a { background-color: #3820BB; }

 a { background-color: rgb(56,32,187); }

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

<style>
 span { border-color: #3820BB; }

 span { border-color: rgb(56,32,187); }

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