#3037BA

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

Shades of Persian Blue #3037BA

Tints of Persian Blue #3037BA

Color information

#3037BA (or 0x3037BA) is unknown color: approx Persian Blue. HEX triplet: 30, 37 and BA. RGB value is (48,55,186). Sum of RGB (Red+Green+Blue) = 48+55+186=289 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.61% from 289); Green value is 55 (21.88% from 255 or 19.03% 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 #3037BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3037BA is #CFC845. Grayscale: #434343. Windows color (decimal): -13617222 or 12203824. OLE color: 12203824.

HSL color Cylindrical-coordinate representation of color #3037BA: hue angle of 236.96º 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 #3037BA is Cyan = 0.74, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB4855186-
CMYK0.740.7000.27
HSL236.96º58.97%45.88%-
HSV(B)236.96º74.19%72.94%-
XYZ11.456.9147.18-
YUV67.84194.68113.85-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal48551860.740.7000.27236.9658.9745.88
Hex3037BA4A4601Bed3b2e
Octal60672721121060333557356
Binary110000110111101110101001010100011001101111101101111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3037BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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