#3730BA

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

Shades of Persian Blue #3730BA

Tints of Persian Blue #3730BA

Color information

#3730BA (or 0x3730BA) is unknown color: approx Persian Blue. HEX triplet: 37, 30 and BA. RGB value is (55,48,186). Sum of RGB (Red+Green+Blue) = 55+48+186=289 (38% of max value = 765). Red value is 55 (21.88% from 255 or 19.03% from 289); Green value is 48 (19.14% from 255 or 16.61% from 289); Blue value is 186 (73.05% from 255 or 64.36% from 289); Max value from RGB is 186 - color contains mainly: blue. Hex color #3730BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3730BA is #C8CF45. Grayscale: #414141. Windows color (decimal): -13160262 or 12202039. OLE color: 12202039.

HSL color Cylindrical-coordinate representation of color #3730BA: hue angle of 243.04º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3730BA is Cyan = 0.70, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB5548186-
CMYK0.700.7400.27
HSL243.04º58.97%45.88%-
HSV(B)243.04º74.19%72.94%-
XYZ11.56.4747.1-
YUV65.82195.82120.28-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.03%
GREEN value IS 48 (19.14% from 255) = 16.61%
BLUE value IS 186 (73.05% from 255) = 64.36%
R=19.03%
G=16.61%
B=64.36%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal55481860.700.7400.27243.0458.9745.88
Hex3730BA464A01Bf33b2e
Octal67602721061120333637356
Binary110111110000101110101000110100101001101111110011111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3730BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3730BA; }

 p { color: rgb(55,48,186); }

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

<style>
 a { background-color: #3730BA; }

 a { background-color: rgb(55,48,186); }

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

<style>
 span { border-color: #3730BA; }

 span { border-color: rgb(55,48,186); }

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