#3921cc

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

Shades of Persian Blue #3921CC

Tints of Persian Blue #3921CC

Color information

#3921CC (or 0x3921CC) is unknown color: approx Persian Blue. HEX triplet: 39, 21 and CC. RGB value is (57,33,204). Sum of RGB (Red+Green+Blue) = 57+33+204=294 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.39% from 294); Green value is 33 (13.28% from 255 or 11.22% from 294); Blue value is 204 (80.08% from 255 or 69.39% from 294); Max value from RGB is 204 - color contains mainly: blue. Hex color #3921CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3921CC is #C6DE33. Grayscale: #3B3B3B. Windows color (decimal): -13033012 or 13377849. OLE color: 13377849.

HSL color Cylindrical-coordinate representation of color #3921CC: hue angle of 248.42º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3921CC is Cyan = 0.72, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB5733204-
CMYK0.720.8400.2
HSL248.42º72.15%46.47%-
HSV(B)248.42º83.82%80%-
XYZ13.136.3257.65-
YUV59.67209.45126.1-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.39%
GREEN value IS 33 (13.28% from 255) = 11.22%
BLUE value IS 204 (80.08% from 255) = 69.39%
R=19.39%
G=11.22%
B=69.39%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal57332040.720.8400.2248.4272.1546.47
Hex3921CC4854014f8482e
Octal714131411012402437011056
Binary1110011000011100110010010001010100010100111110001001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3921cc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3921cc; }

 p { color: rgb(57,33,204); }

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

<style>
 a { background-color: #3921cc; }

 a { background-color: rgb(57,33,204); }

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

<style>
 span { border-color: #3921cc; }

 span { border-color: rgb(57,33,204); }

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