#3830BF

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

Shades of Persian Blue #3830BF

Tints of Persian Blue #3830BF

Color information

#3830BF (or 0x3830BF) is unknown color: approx Persian Blue. HEX triplet: 38, 30 and BF. RGB value is (56,48,191). Sum of RGB (Red+Green+Blue) = 56+48+191=295 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.98% from 295); Green value is 48 (19.14% from 255 or 16.27% from 295); Blue value is 191 (75% from 255 or 64.75% from 295); Max value from RGB is 191 - color contains mainly: blue. Hex color #3830BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3830BF is #C7CF40. Grayscale: #424242. Windows color (decimal): -13094721 or 12529720. OLE color: 12529720.

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

Color convert

RGB5648191-
CMYK0.710.7500.25
HSL243.36º59.83%46.86%-
HSV(B)243.36º74.87%74.9%-
XYZ12.096.7249.95-
YUV66.69198.15120.37-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.98%
GREEN value IS 48 (19.14% from 255) = 16.27%
BLUE value IS 191 (75% from 255) = 64.75%
R=18.98%
G=16.27%
B=64.75%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal56481910.710.7500.25243.3659.8346.86
Hex3830BF474B019f33c2f
Octal70602771071130313637457
Binary111000110000101111111000111100101101100111110011111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3830BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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