#333BAA

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

Shades of Persian Blue #333BAA

Tints of Persian Blue #333BAA

Color information

#333BAA (or 0x333BAA) is unknown color: approx Persian Blue. HEX triplet: 33, 3B and AA. RGB value is (51,59,170). Sum of RGB (Red+Green+Blue) = 51+59+170=280 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.21% from 280); Green value is 59 (23.44% from 255 or 21.07% from 280); Blue value is 170 (66.80% from 255 or 60.71% from 280); Max value from RGB is 170 - color contains mainly: blue. Hex color #333BAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333BAA is #CCC455. Grayscale: #444444. Windows color (decimal): -13419606 or 11156275. OLE color: 11156275.

HSL color Cylindrical-coordinate representation of color #333BAA: hue angle of 235.97º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #333BAA is Cyan = 0.7, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5159170-
CMYK0.70.6500.33
HSL235.97º53.85%43.33%-
HSV(B)235.97º70%66.67%-
XYZ10.186.7338.79-
YUV69.26184.85114.97-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.21%
GREEN value IS 59 (23.44% from 255) = 21.07%
BLUE value IS 170 (66.80% from 255) = 60.71%
R=18.21%
G=21.07%
B=60.71%

CMYK

C (Cyan) values IS 0.7
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal51591700.70.6500.33235.9753.8543.33
Hex333BAA4641021ec362b
Octal63732521061010413546653
Binary1100111110111010101010001101000001010000111101100110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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