#3731c8

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

Shades of Persian Blue #3731C8

Tints of Persian Blue #3731C8

Color information

#3731C8 (or 0x3731C8) is unknown color: approx Persian Blue. HEX triplet: 37, 31 and C8. RGB value is (55,49,200). Sum of RGB (Red+Green+Blue) = 55+49+200=304 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.09% from 304); Green value is 49 (19.53% from 255 or 16.12% from 304); Blue value is 200 (78.52% from 255 or 65.79% from 304); Max value from RGB is 200 - color contains mainly: blue. Hex color #3731C8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3731C8 is #C8CE37. Grayscale: #434343. Windows color (decimal): -13159992 or 13119799. OLE color: 13119799.

HSL color Cylindrical-coordinate representation of color #3731C8: hue angle of 242.38º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3731C8 is Cyan = 0.72, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB5549200-
CMYK0.720.7600.22
HSL242.38º60.64%48.82%-
HSV(B)242.38º75.5%78.43%-
XYZ13.17.1855.34-
YUV68.01202.49118.72-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.09%
GREEN value IS 49 (19.53% from 255) = 16.12%
BLUE value IS 200 (78.52% from 255) = 65.79%
R=18.09%
G=16.12%
B=65.79%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal55492000.720.7600.22242.3860.6448.82
Hex3731C8484C016f23d31
Octal67613101101140263627561
Binary110111110001110010001001000100110001011011110010111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3731c8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3731c8; }

 p { color: rgb(55,49,200); }

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

<style>
 a { background-color: #3731c8; }

 a { background-color: rgb(55,49,200); }

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

<style>
 span { border-color: #3731c8; }

 span { border-color: rgb(55,49,200); }

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