#3724bf

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

Shades of Persian Blue #3724BF

Tints of Persian Blue #3724BF

Color information

#3724BF (or 0x3724BF) is unknown color: approx Persian Blue. HEX triplet: 37, 24 and BF. RGB value is (55,36,191). Sum of RGB (Red+Green+Blue) = 55+36+191=282 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.50% from 282); Green value is 36 (14.45% from 255 or 12.77% from 282); Blue value is 191 (75% from 255 or 67.73% from 282); Max value from RGB is 191 - color contains mainly: blue. Hex color #3724BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3724BF is #C8DB40. Grayscale: #3A3A3A. Windows color (decimal): -13163329 or 12526647. OLE color: 12526647.

HSL color Cylindrical-coordinate representation of color #3724BF: hue angle of 247.35º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3724BF is Cyan = 0.71, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB5536191-
CMYK0.710.8100.25
HSL247.35º68.28%44.51%-
HSV(B)247.35º81.15%74.9%-
XYZ11.615.8449.8-
YUV59.35202.29124.9-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.50%
GREEN value IS 36 (14.45% from 255) = 12.77%
BLUE value IS 191 (75% from 255) = 67.73%
R=19.50%
G=12.77%
B=67.73%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal55361910.710.8100.25247.3568.2844.51
Hex3724BF4751019f7442d
Octal674427710712103136710455
Binary1101111001001011111110001111010001011001111101111000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3724bf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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