#343ea9

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

Shades of Persian Blue #343EA9

Tints of Persian Blue #343EA9

Color information

#343EA9 (or 0x343EA9) is unknown color: approx Persian Blue. HEX triplet: 34, 3E and A9. RGB value is (52,62,169). Sum of RGB (Red+Green+Blue) = 52+62+169=283 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.37% from 283); Green value is 62 (24.61% from 255 or 21.91% from 283); Blue value is 169 (66.41% from 255 or 59.72% from 283); Max value from RGB is 169 - color contains mainly: blue. Hex color #343EA9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343EA9 is #CBC156. Grayscale: #464646. Windows color (decimal): -13353303 or 11091508. OLE color: 11091508.

HSL color Cylindrical-coordinate representation of color #343EA9: hue angle of 234.87º 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 #343EA9 is Cyan = 0.69, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB5262169-
CMYK0.690.6300.34
HSL234.87º52.94%43.33%-
HSV(B)234.87º69.23%66.27%-
XYZ10.37.0438.35-
YUV71.21183.19114.3-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.37%
GREEN value IS 62 (24.61% from 255) = 21.91%
BLUE value IS 169 (66.41% from 255) = 59.72%
R=18.37%
G=21.91%
B=59.72%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal52621690.690.6300.34234.8752.9443.33
Hex343EA9453F022eb352b
Octal6476251105770423536553
Binary110100111110101010011000101111111010001011101011110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343ea9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343ea9; }

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

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

<style>
 a { background-color: #343ea9; }

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

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

<style>
 span { border-color: #343ea9; }

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

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