#3335BB

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

Shades of Persian Blue #3335BB

Tints of Persian Blue #3335BB

Color information

#3335BB (or 0x3335BB) is unknown color: approx Persian Blue. HEX triplet: 33, 35 and BB. RGB value is (51,53,187). Sum of RGB (Red+Green+Blue) = 51+53+187=291 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.53% from 291); Green value is 53 (21.09% from 255 or 18.21% from 291); Blue value is 187 (73.44% from 255 or 64.26% from 291); Max value from RGB is 187 - color contains mainly: blue. Hex color #3335BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3335BB is #CCCA44. Grayscale: #434343. Windows color (decimal): -13421125 or 12268851. OLE color: 12268851.

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

Color convert

RGB5153187-
CMYK0.730.7200.27
HSL239.12º57.14%46.67%-
HSV(B)239.12º72.73%73.33%-
XYZ11.616.8447.72-
YUV67.68195.34116.1-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.53%
GREEN value IS 53 (21.09% from 255) = 18.21%
BLUE value IS 187 (73.44% from 255) = 64.26%
R=17.53%
G=18.21%
B=64.26%

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
Decimal51531870.730.7200.27239.1257.1446.67
Hex3335BB494801Bef392f
Octal63652731111100333577157
Binary110011110101101110111001001100100001101111101111111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3335BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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