#3335BA

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

Shades of Persian Blue #3335BA

Tints of Persian Blue #3335BA

Color information

#3335BA (or 0x3335BA) is unknown color: approx Persian Blue. HEX triplet: 33, 35 and BA. RGB value is (51,53,186). Sum of RGB (Red+Green+Blue) = 51+53+186=290 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.59% from 290); Green value is 53 (21.09% from 255 or 18.28% from 290); Blue value is 186 (73.05% from 255 or 64.14% from 290); Max value from RGB is 186 - color contains mainly: blue. Hex color #3335BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3335BA is #CCCA45. Grayscale: #434343. Windows color (decimal): -13421126 or 12203315. OLE color: 12203315.

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

Color convert

RGB5153186-
CMYK0.730.7200.27
HSL239.11º56.96%46.47%-
HSV(B)239.11º72.58%72.94%-
XYZ11.56.847.16-
YUV67.56194.84116.19-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.59%
GREEN value IS 53 (21.09% from 255) = 18.28%
BLUE value IS 186 (73.05% from 255) = 64.14%
R=17.59%
G=18.28%
B=64.14%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal51531860.730.7200.27239.1156.9646.47
Hex3335BA494801Bef392e
Octal63652721111100333577156
Binary110011110101101110101001001100100001101111101111111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3335BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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