#3731BE

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

Shades of Persian Blue #3731BE

Tints of Persian Blue #3731BE

Color information

#3731BE (or 0x3731BE) is unknown color: approx Persian Blue. HEX triplet: 37, 31 and BE. RGB value is (55,49,190). Sum of RGB (Red+Green+Blue) = 55+49+190=294 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.71% from 294); Green value is 49 (19.53% from 255 or 16.67% from 294); Blue value is 190 (74.61% from 255 or 64.63% from 294); Max value from RGB is 190 - color contains mainly: blue. Hex color #3731BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3731BE is #C8CE41. Grayscale: #424242. Windows color (decimal): -13160002 or 12464439. OLE color: 12464439.

HSL color Cylindrical-coordinate representation of color #3731BE: hue angle of 242.55º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3731BE is Cyan = 0.71, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB5549190-
CMYK0.710.7400.25
HSL242.55º59%46.86%-
HSV(B)242.55º74.21%74.51%-
XYZ11.976.7349.38-
YUV66.87197.49119.54-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.71%
GREEN value IS 49 (19.53% from 255) = 16.67%
BLUE value IS 190 (74.61% from 255) = 64.63%
R=18.71%
G=16.67%
B=64.63%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal55491900.710.7400.25242.555946.86
Hex3731BE474A019f33b2f
Octal67612761071120313637357
Binary110111110001101111101000111100101001100111110011111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3731BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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