#3938BF

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

Shades of Persian Blue #3938BF

Tints of Persian Blue #3938BF

Color information

#3938BF (or 0x3938BF) is unknown color: approx Persian Blue. HEX triplet: 39, 38 and BF. RGB value is (57,56,191). Sum of RGB (Red+Green+Blue) = 57+56+191=304 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.75% from 304); Green value is 56 (22.27% from 255 or 18.42% from 304); Blue value is 191 (75% from 255 or 62.83% from 304); Max value from RGB is 191 - color contains mainly: blue. Hex color #3938BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3938BF is #C6C740. Grayscale: #474747. Windows color (decimal): -13027137 or 12531769. OLE color: 12531769.

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

Color convert

RGB5756191-
CMYK0.700.7100.25
HSL240.44º54.66%48.43%-
HSV(B)240.44º70.68%74.9%-
XYZ12.517.4650.07-
YUV71.69195.33117.52-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.75%
GREEN value IS 56 (22.27% from 255) = 18.42%
BLUE value IS 191 (75% from 255) = 62.83%
R=18.75%
G=18.42%
B=62.83%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal57561910.700.7100.25240.4454.6648.43
Hex3938BF4647019f03730
Octal71702771061070313606760
Binary111001111000101111111000110100011101100111110000110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3938BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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