#3336BA

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

Shades of Persian Blue #3336BA

Tints of Persian Blue #3336BA

Color information

#3336BA (or 0x3336BA) is unknown color: approx Persian Blue. HEX triplet: 33, 36 and BA. RGB value is (51,54,186). Sum of RGB (Red+Green+Blue) = 51+54+186=291 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.53% from 291); Green value is 54 (21.48% from 255 or 18.56% from 291); Blue value is 186 (73.05% from 255 or 63.92% from 291); Max value from RGB is 186 - color contains mainly: blue. Hex color #3336BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3336BA is #CCC945. Grayscale: #434343. Windows color (decimal): -13420870 or 12203571. OLE color: 12203571.

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

Color convert

RGB5154186-
CMYK0.730.7100.27
HSL238.67º56.96%46.47%-
HSV(B)238.67º72.58%72.94%-
XYZ11.556.8947.18-
YUV68.15194.51115.77-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.53%
GREEN value IS 54 (21.48% from 255) = 18.56%
BLUE value IS 186 (73.05% from 255) = 63.92%
R=17.53%
G=18.56%
B=63.92%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal51541860.730.7100.27238.6756.9646.47
Hex3336BA494701Bef392e
Octal63662721111070333577156
Binary110011110110101110101001001100011101101111101111111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3336BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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