#3923bf

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

Shades of Persian Blue #3923BF

Tints of Persian Blue #3923BF

Color information

#3923BF (or 0x3923BF) is unknown color: approx Persian Blue. HEX triplet: 39, 23 and BF. RGB value is (57,35,191). Sum of RGB (Red+Green+Blue) = 57+35+191=283 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.14% from 283); Green value is 35 (14.06% from 255 or 12.37% from 283); Blue value is 191 (75% from 255 or 67.49% from 283); Max value from RGB is 191 - color contains mainly: blue. Hex color #3923BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3923BF is #C6DC40. Grayscale: #3A3A3A. Windows color (decimal): -13032513 or 12526393. OLE color: 12526393.

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

Color convert

RGB5735191-
CMYK0.700.8200.25
HSL248.46º69.03%44.31%-
HSV(B)248.46º81.68%74.9%-
XYZ11.695.8349.8-
YUV59.36202.29126.32-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.14%
GREEN value IS 35 (14.06% from 255) = 12.37%
BLUE value IS 191 (75% from 255) = 67.49%
R=20.14%
G=12.37%
B=67.49%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal57351910.700.8200.25248.4669.0344.31
Hex3923BF4652019f8452c
Octal714327710612203137010554
Binary1110011000111011111110001101010010011001111110001000101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3923bf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3923bf; }

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

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

<style>
 a { background-color: #3923bf; }

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

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

<style>
 span { border-color: #3923bf; }

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

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