#3729D7

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

Shades of Persian Blue #3729D7

Tints of Persian Blue #3729D7

Color information

#3729D7 (or 0x3729D7) is unknown color: approx Persian Blue. HEX triplet: 37, 29 and D7. RGB value is (55,41,215). Sum of RGB (Red+Green+Blue) = 55+41+215=311 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.68% from 311); Green value is 41 (16.41% from 255 or 13.18% from 311); Blue value is 215 (84.38% from 255 or 69.13% from 311); Max value from RGB is 215 - color contains mainly: blue. Hex color #3729D7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3729D7 is #C8D628. Grayscale: #404040. Windows color (decimal): -13162025 or 14100791. OLE color: 14100791.

HSL color Cylindrical-coordinate representation of color #3729D7: hue angle of 244.83º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3729D7 is Cyan = 0.74, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB5541215-
CMYK0.740.8100.16
HSL244.83º68.5%50.2%-
HSV(B)244.83º80.93%84.31%-
XYZ14.637.364.93-
YUV65.02212.64120.85-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.68%
GREEN value IS 41 (16.41% from 255) = 13.18%
BLUE value IS 215 (84.38% from 255) = 69.13%
R=17.68%
G=13.18%
B=69.13%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal55412150.740.8100.16244.8368.550.2
Hex3729D74A51010f54532
Octal675132711212102036510562
Binary1101111010011101011110010101010001010000111101011000101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3729D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3729D7; }

 p { color: rgb(55,41,215); }

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

<style>
 a { background-color: #3729D7; }

 a { background-color: rgb(55,41,215); }

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

<style>
 span { border-color: #3729D7; }

 span { border-color: rgb(55,41,215); }

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