#3934BF

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

Shades of Persian Blue #3934BF

Tints of Persian Blue #3934BF

Color information

#3934BF (or 0x3934BF) is unknown color: approx Persian Blue. HEX triplet: 39, 34 and BF. RGB value is (57,52,191). Sum of RGB (Red+Green+Blue) = 57+52+191=300 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19% from 300); Green value is 52 (20.70% from 255 or 17.33% from 300); Blue value is 191 (75% from 255 or 63.67% from 300); Max value from RGB is 191 - color contains mainly: blue. Hex color #3934BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3934BF is #C6CB40. Grayscale: #444444. Windows color (decimal): -13028161 or 12530745. OLE color: 12530745.

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

Color convert

RGB5752191-
CMYK0.700.7300.25
HSL242.16º57.2%47.65%-
HSV(B)242.16º72.77%74.9%-
XYZ12.327.0950.01-
YUV69.34196.66119.2-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19%
GREEN value IS 52 (20.70% from 255) = 17.33%
BLUE value IS 191 (75% from 255) = 63.67%
R=19%
G=17.33%
B=63.67%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal57521910.700.7300.25242.1657.247.65
Hex3934BF4649019f23930
Octal71642771061110313627160
Binary111001110100101111111000110100100101100111110010111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3934BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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