#3831BE

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

Shades of Persian Blue #3831BE

Tints of Persian Blue #3831BE

Color information

#3831BE (or 0x3831BE) is unknown color: approx Persian Blue. HEX triplet: 38, 31 and BE. RGB value is (56,49,190). Sum of RGB (Red+Green+Blue) = 56+49+190=295 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.98% from 295); Green value is 49 (19.53% from 255 or 16.61% from 295); Blue value is 190 (74.61% from 255 or 64.41% from 295); Max value from RGB is 190 - color contains mainly: blue. Hex color #3831BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3831BE is #C7CE41. Grayscale: #424242. Windows color (decimal): -13094466 or 12464440. OLE color: 12464440.

HSL color Cylindrical-coordinate representation of color #3831BE: hue angle of 242.98º 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 #3831BE is Cyan = 0.71, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB5649190-
CMYK0.710.7400.25
HSL242.98º59%46.86%-
HSV(B)242.98º74.21%74.51%-
XYZ12.026.7649.39-
YUV67.17197.32120.04-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.98%
GREEN value IS 49 (19.53% from 255) = 16.61%
BLUE value IS 190 (74.61% from 255) = 64.41%
R=18.98%
G=16.61%
B=64.41%

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
Decimal56491900.710.7400.25242.985946.86
Hex3831BE474A019f33b2f
Octal70612761071120313637357
Binary111000110001101111101000111100101001100111110011111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3831BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3831BE; }

 p { color: rgb(56,49,190); }

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

<style>
 a { background-color: #3831BE; }

 a { background-color: rgb(56,49,190); }

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

<style>
 span { border-color: #3831BE; }

 span { border-color: rgb(56,49,190); }

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