#3929CC

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

Shades of Persian Blue #3929CC

Tints of Persian Blue #3929CC

Color information

#3929CC (or 0x3929CC) is unknown color: approx Persian Blue. HEX triplet: 39, 29 and CC. RGB value is (57,41,204). Sum of RGB (Red+Green+Blue) = 57+41+204=302 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.87% from 302); Green value is 41 (16.41% from 255 or 13.58% from 302); Blue value is 204 (80.08% from 255 or 67.55% from 302); Max value from RGB is 204 - color contains mainly: blue. Hex color #3929CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3929CC is #C6D633. Grayscale: #3F3F3F. Windows color (decimal): -13030964 or 13379897. OLE color: 13379897.

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

Color convert

RGB5741204-
CMYK0.720.8000.2
HSL245.89º66.53%48.04%-
HSV(B)245.89º79.9%80%-
XYZ13.386.8257.74-
YUV64.37206.8122.75-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.87%
GREEN value IS 41 (16.41% from 255) = 13.58%
BLUE value IS 204 (80.08% from 255) = 67.55%
R=18.87%
G=13.58%
B=67.55%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal57412040.720.8000.2245.8966.5348.04
Hex3929CC4850014f64330
Octal715131411012002436610360
Binary1110011010011100110010010001010000010100111101101000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3929CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3929CC; }

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

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

<style>
 a { background-color: #3929CC; }

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

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

<style>
 span { border-color: #3929CC; }

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

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