#3730BE

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

Shades of Persian Blue #3730BE

Tints of Persian Blue #3730BE

Color information

#3730BE (or 0x3730BE) is unknown color: approx Persian Blue. HEX triplet: 37, 30 and BE. RGB value is (55,48,190). Sum of RGB (Red+Green+Blue) = 55+48+190=293 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.77% from 293); Green value is 48 (19.14% from 255 or 16.38% from 293); Blue value is 190 (74.61% from 255 or 64.85% from 293); Max value from RGB is 190 - color contains mainly: blue. Hex color #3730BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3730BE is #C8CF41. Grayscale: #414141. Windows color (decimal): -13160258 or 12464183. OLE color: 12464183.

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

Color convert

RGB5548190-
CMYK0.710.7500.25
HSL242.96º59.66%46.67%-
HSV(B)242.96º74.74%74.51%-
XYZ11.936.6449.37-
YUV66.28197.82119.95-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.77%
GREEN value IS 48 (19.14% from 255) = 16.38%
BLUE value IS 190 (74.61% from 255) = 64.85%
R=18.77%
G=16.38%
B=64.85%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal55481900.710.7500.25242.9659.6646.67
Hex3730BE474B019f33c2f
Octal67602761071130313637457
Binary110111110000101111101000111100101101100111110011111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3730BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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