#333bba

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

Shades of Persian Blue #333BBA

Tints of Persian Blue #333BBA

Color information

#333BBA (or 0x333BBA) is unknown color: approx Persian Blue. HEX triplet: 33, 3B and BA. RGB value is (51,59,186). Sum of RGB (Red+Green+Blue) = 51+59+186=296 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.23% from 296); Green value is 59 (23.44% from 255 or 19.93% from 296); Blue value is 186 (73.05% from 255 or 62.84% from 296); Max value from RGB is 186 - color contains mainly: blue. Hex color #333BBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #333BBA is #CCC445. Grayscale: #464646. Windows color (decimal): -13419590 or 12204851. OLE color: 12204851.

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

Color convert

RGB5159186-
CMYK0.730.6800.27
HSL236.44º56.96%46.47%-
HSV(B)236.44º72.58%72.94%-
XYZ11.797.3847.26-
YUV71.09192.85113.67-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.23%
GREEN value IS 59 (23.44% from 255) = 19.93%
BLUE value IS 186 (73.05% from 255) = 62.84%
R=17.23%
G=19.93%
B=62.84%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal51591860.730.6800.27236.4456.9646.47
Hex333BBA494401Bec392e
Octal63732721111040333547156
Binary110011111011101110101001001100010001101111101100111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333bba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333bba; }

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

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

<style>
 a { background-color: #333bba; }

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

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

<style>
 span { border-color: #333bba; }

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

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