#3724B4

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

Shades of Persian Blue #3724B4

Tints of Persian Blue #3724B4

Color information

#3724B4 (or 0x3724B4) is unknown color: approx Persian Blue. HEX triplet: 37, 24 and B4. RGB value is (55,36,180). Sum of RGB (Red+Green+Blue) = 55+36+180=271 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.30% from 271); Green value is 36 (14.45% from 255 or 13.28% from 271); Blue value is 180 (70.70% from 255 or 66.42% from 271); Max value from RGB is 180 - color contains mainly: blue. Hex color #3724B4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3724B4 is #C8DB4B. Grayscale: #393939. Windows color (decimal): -13163340 or 11805751. OLE color: 11805751.

HSL color Cylindrical-coordinate representation of color #3724B4: hue angle of 247.92º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3724B4 is Cyan = 0.69, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB5536180-
CMYK0.690.800.29
HSL247.92º66.67%42.35%-
HSV(B)247.92º80%70.59%-
XYZ10.445.3743.67-
YUV58.1196.79125.79-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.30%
GREEN value IS 36 (14.45% from 255) = 13.28%
BLUE value IS 180 (70.70% from 255) = 66.42%
R=20.30%
G=13.28%
B=66.42%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal55361800.690.800.29247.9266.6742.35
Hex3724B4455001Df8432a
Octal674426410512003537010352
Binary1101111001001011010010001011010000011101111110001000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3724B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3724B4; }

 p { color: rgb(55,36,180); }

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

<style>
 a { background-color: #3724B4; }

 a { background-color: rgb(55,36,180); }

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

<style>
 span { border-color: #3724B4; }

 span { border-color: rgb(55,36,180); }

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