#3340AB

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

Shades of Persian Blue #3340AB

Tints of Persian Blue #3340AB

Color information

#3340AB (or 0x3340AB) is unknown color: approx Persian Blue. HEX triplet: 33, 40 and AB. RGB value is (51,64,171). Sum of RGB (Red+Green+Blue) = 51+64+171=286 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.83% from 286); Green value is 64 (25.39% from 255 or 22.38% from 286); Blue value is 171 (67.19% from 255 or 59.79% from 286); Max value from RGB is 171 - color contains mainly: blue. Hex color #3340AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3340AB is #CCBF54. Grayscale: #474747. Windows color (decimal): -13418325 or 11223091. OLE color: 11223091.

HSL color Cylindrical-coordinate representation of color #3340AB: hue angle of 233.5º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3340AB is Cyan = 0.70, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5164171-
CMYK0.700.6300.33
HSL233.5º54.05%43.53%-
HSV(B)233.5º70.18%67.06%-
XYZ10.557.3139.38-
YUV72.31183.69112.8-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.83%
GREEN value IS 64 (25.39% from 255) = 22.38%
BLUE value IS 171 (67.19% from 255) = 59.79%
R=17.83%
G=22.38%
B=59.79%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal51641710.700.6300.33233.554.0543.53
Hex3340AB463F021ea362c
Octal63100253106770413526654
Binary1100111000000101010111000110111111010000111101010110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3340AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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