#333AAE

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

Shades of Persian Blue #333AAE

Tints of Persian Blue #333AAE

Color information

#333AAE (or 0x333AAE) is unknown color: approx Persian Blue. HEX triplet: 33, 3A and AE. RGB value is (51,58,174). Sum of RGB (Red+Green+Blue) = 51+58+174=283 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.02% from 283); Green value is 58 (23.05% from 255 or 20.49% from 283); Blue value is 174 (68.36% from 255 or 61.48% from 283); Max value from RGB is 174 - color contains mainly: blue. Hex color #333AAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333AAE is #CCC551. Grayscale: #444444. Windows color (decimal): -13419858 or 11418163. OLE color: 11418163.

HSL color Cylindrical-coordinate representation of color #333AAE: hue angle of 236.59º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #333AAE is Cyan = 0.71, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB5158174-
CMYK0.710.6700.32
HSL236.59º54.67%44.12%-
HSV(B)236.59º70.69%68.24%-
XYZ10.526.7940.8-
YUV69.13187.18115.07-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.02%
GREEN value IS 58 (23.05% from 255) = 20.49%
BLUE value IS 174 (68.36% from 255) = 61.48%
R=18.02%
G=20.49%
B=61.48%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal51581740.710.6700.32236.5954.6744.12
Hex333AAE4743020ed372c
Octal63722561071030403556754
Binary1100111110101010111010001111000011010000011101101110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,58,174); }

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

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

 a { background-color: rgb(51,58,174); }

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

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

 span { border-color: rgb(51,58,174); }

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