#3337BA

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

Shades of Persian Blue #3337BA

Tints of Persian Blue #3337BA

Color information

#3337BA (or 0x3337BA) is unknown color: approx Persian Blue. HEX triplet: 33, 37 and BA. RGB value is (51,55,186). Sum of RGB (Red+Green+Blue) = 51+55+186=292 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.47% from 292); Green value is 55 (21.88% from 255 or 18.84% from 292); Blue value is 186 (73.05% from 255 or 63.70% from 292); Max value from RGB is 186 - color contains mainly: blue. Hex color #3337BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3337BA is #CCC845. Grayscale: #444444. Windows color (decimal): -13420614 or 12203827. OLE color: 12203827.

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

Color convert

RGB5155186-
CMYK0.730.7000.27
HSL238.22º56.96%46.47%-
HSV(B)238.22º72.58%72.94%-
XYZ11.596.9847.19-
YUV68.74194.17115.35-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.47%
GREEN value IS 55 (21.88% from 255) = 18.84%
BLUE value IS 186 (73.05% from 255) = 63.70%
R=17.47%
G=18.84%
B=63.70%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal51551860.730.7000.27238.2256.9646.47
Hex3337BA494601Bee392e
Octal63672721111060333567156
Binary110011110111101110101001001100011001101111101110111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3337BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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