#3832BF

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

Shades of Persian Blue #3832BF

Tints of Persian Blue #3832BF

Color information

#3832BF (or 0x3832BF) is unknown color: approx Persian Blue. HEX triplet: 38, 32 and BF. RGB value is (56,50,191). Sum of RGB (Red+Green+Blue) = 56+50+191=297 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.86% from 297); Green value is 50 (19.92% from 255 or 16.84% from 297); Blue value is 191 (75% from 255 or 64.31% from 297); Max value from RGB is 191 - color contains mainly: blue. Hex color #3832BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3832BF is #C7CD40. Grayscale: #434343. Windows color (decimal): -13094209 or 12530232. OLE color: 12530232.

HSL color Cylindrical-coordinate representation of color #3832BF: hue angle of 242.55º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3832BF is Cyan = 0.71, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB5650191-
CMYK0.710.7400.25
HSL242.55º58.51%47.25%-
HSV(B)242.55º73.82%74.9%-
XYZ12.186.8849.98-
YUV67.87197.49119.54-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.86%
GREEN value IS 50 (19.92% from 255) = 16.84%
BLUE value IS 191 (75% from 255) = 64.31%
R=18.86%
G=16.84%
B=64.31%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal56501910.710.7400.25242.5558.5147.25
Hex3832BF474A019f33b2f
Octal70622771071120313637357
Binary111000110010101111111000111100101001100111110011111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3832BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3832BF; }

 p { color: rgb(56,50,191); }

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

<style>
 a { background-color: #3832BF; }

 a { background-color: rgb(56,50,191); }

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

<style>
 span { border-color: #3832BF; }

 span { border-color: rgb(56,50,191); }

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