#3441A9

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

Shades of Persian Blue #3441A9

Tints of Persian Blue #3441A9

Color information

#3441A9 (or 0x3441A9) is unknown color: approx Persian Blue. HEX triplet: 34, 41 and A9. RGB value is (52,65,169). Sum of RGB (Red+Green+Blue) = 52+65+169=286 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.18% from 286); Green value is 65 (25.78% from 255 or 22.73% from 286); Blue value is 169 (66.41% from 255 or 59.09% from 286); Max value from RGB is 169 - color contains mainly: blue. Hex color #3441A9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3441A9 is #CBBE56. Grayscale: #484848. Windows color (decimal): -13352535 or 11092276. OLE color: 11092276.

HSL color Cylindrical-coordinate representation of color #3441A9: hue angle of 233.33º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3441A9 is Cyan = 0.69, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB5265169-
CMYK0.690.6200.34
HSL233.33º52.94%43.33%-
HSV(B)233.33º69.23%66.27%-
XYZ10.477.3838.41-
YUV72.97182.19113.04-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.18%
GREEN value IS 65 (25.78% from 255) = 22.73%
BLUE value IS 169 (66.41% from 255) = 59.09%
R=18.18%
G=22.73%
B=59.09%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal52651690.690.6200.34233.3352.9443.33
Hex3441A9453E022e9352b
Octal64101251105760423516553
Binary1101001000001101010011000101111110010001011101001110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3441A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3441A9; }

 p { color: rgb(52,65,169); }

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

<style>
 a { background-color: #3441A9; }

 a { background-color: rgb(52,65,169); }

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

<style>
 span { border-color: #3441A9; }

 span { border-color: rgb(52,65,169); }

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