#333AA5

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

Shades of Persian Blue #333AA5

Tints of Persian Blue #333AA5

Color information

#333AA5 (or 0x333AA5) is unknown color: approx Persian Blue. HEX triplet: 33, 3A and A5. RGB value is (51,58,165). Sum of RGB (Red+Green+Blue) = 51+58+165=274 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.61% from 274); Green value is 58 (23.05% from 255 or 21.17% from 274); Blue value is 165 (64.84% from 255 or 60.22% from 274); Max value from RGB is 165 - color contains mainly: blue. Hex color #333AA5 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333AA5 is #CCC55A. Grayscale: #434343. Windows color (decimal): -13419867 or 10828339. OLE color: 10828339.

HSL color Cylindrical-coordinate representation of color #333AA5: hue angle of 236.32º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #333AA5 is Cyan = 0.69, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB5158165-
CMYK0.690.6500.35
HSL236.32º52.78%42.35%-
HSV(B)236.32º69.09%64.71%-
XYZ9.676.4536.33-
YUV68.1182.68115.8-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.61%
GREEN value IS 58 (23.05% from 255) = 21.17%
BLUE value IS 165 (64.84% from 255) = 60.22%
R=18.61%
G=21.17%
B=60.22%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal51581650.690.6500.35236.3252.7842.35
Hex333AA54541023ec352a
Octal63722451051010433546552
Binary1100111110101010010110001011000001010001111101100110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333AA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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