#3341AA

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

Shades of Persian Blue #3341AA

Tints of Persian Blue #3341AA

Color information

#3341AA (or 0x3341AA) is unknown color: approx Persian Blue. HEX triplet: 33, 41 and AA. RGB value is (51,65,170). Sum of RGB (Red+Green+Blue) = 51+65+170=286 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.83% from 286); Green value is 65 (25.78% from 255 or 22.73% from 286); Blue value is 170 (66.80% from 255 or 59.44% from 286); Max value from RGB is 170 - color contains mainly: blue. Hex color #3341AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3341AA is #CCBE55. Grayscale: #484848. Windows color (decimal): -13418070 or 11157811. OLE color: 11157811.

HSL color Cylindrical-coordinate representation of color #3341AA: hue angle of 232.94º 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 #3341AA is Cyan = 0.7, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5165170-
CMYK0.70.6200.33
HSL232.94º53.85%43.33%-
HSV(B)232.94º70%66.67%-
XYZ10.517.3938.9-
YUV72.78182.86112.46-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.83%
GREEN value IS 65 (25.78% from 255) = 22.73%
BLUE value IS 170 (66.80% from 255) = 59.44%
R=17.83%
G=22.73%
B=59.44%

CMYK

C (Cyan) values IS 0.7
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal51651700.70.6200.33232.9453.8543.33
Hex3341AA463E021e9362b
Octal63101252106760413516653
Binary1100111000001101010101000110111110010000111101001110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3341AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3341AA; }

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

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

<style>
 a { background-color: #3341AA; }

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

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

<style>
 span { border-color: #3341AA; }

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

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