#3340AE

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

Shades of Persian Blue #3340AE

Tints of Persian Blue #3340AE

Color information

#3340AE (or 0x3340AE) is unknown color: approx Persian Blue. HEX triplet: 33, 40 and AE. RGB value is (51,64,174). Sum of RGB (Red+Green+Blue) = 51+64+174=289 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.65% from 289); Green value is 64 (25.39% from 255 or 22.15% from 289); Blue value is 174 (68.36% from 255 or 60.21% from 289); Max value from RGB is 174 - color contains mainly: blue. Hex color #3340AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3340AE is #CCBF51. Grayscale: #484848. Windows color (decimal): -13418322 or 11419699. OLE color: 11419699.

HSL color Cylindrical-coordinate representation of color #3340AE: hue angle of 233.66º 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 #3340AE is Cyan = 0.71, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB5164174-
CMYK0.710.6300.32
HSL233.66º54.67%44.12%-
HSV(B)233.66º70.69%68.24%-
XYZ10.847.4340.91-
YUV72.65185.19112.56-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.65%
GREEN value IS 64 (25.39% from 255) = 22.15%
BLUE value IS 174 (68.36% from 255) = 60.21%
R=17.65%
G=22.15%
B=60.21%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal51641740.710.6300.32233.6654.6744.12
Hex3340AE473F020ea372c
Octal63100256107770403526754
Binary1100111000000101011101000111111111010000011101010110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3340AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3340AE; }

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

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

<style>
 a { background-color: #3340AE; }

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

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

<style>
 span { border-color: #3340AE; }

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

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