#3932CF

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

Shades of Persian Blue #3932CF

Tints of Persian Blue #3932CF

Color information

#3932CF (or 0x3932CF) is unknown color: approx Persian Blue. HEX triplet: 39, 32 and CF. RGB value is (57,50,207). Sum of RGB (Red+Green+Blue) = 57+50+207=314 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.15% from 314); Green value is 50 (19.92% from 255 or 15.92% from 314); Blue value is 207 (81.25% from 255 or 65.92% from 314); Max value from RGB is 207 - color contains mainly: blue. Hex color #3932CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3932CF is #C6CD30. Grayscale: #454545. Windows color (decimal): -13028657 or 13578809. OLE color: 13578809.

HSL color Cylindrical-coordinate representation of color #3932CF: hue angle of 242.68º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3932CF is Cyan = 0.72, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB5750207-
CMYK0.720.7600.19
HSL242.68º62.06%50.39%-
HSV(B)242.68º75.85%81.18%-
XYZ14.097.6659.77-
YUV69.99205.32118.73-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.15%
GREEN value IS 50 (19.92% from 255) = 15.92%
BLUE value IS 207 (81.25% from 255) = 65.92%
R=18.15%
G=15.92%
B=65.92%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal57502070.720.7600.19242.6862.0650.39
Hex3932CF484C013f33e32
Octal71623171101140233637662
Binary111001110010110011111001000100110001001111110011111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3932CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3932CF; }

 p { color: rgb(57,50,207); }

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

<style>
 a { background-color: #3932CF; }

 a { background-color: rgb(57,50,207); }

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

<style>
 span { border-color: #3932CF; }

 span { border-color: rgb(57,50,207); }

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