#343EAA

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

Shades of Persian Blue #343EAA

Tints of Persian Blue #343EAA

Color information

#343EAA (or 0x343EAA) is unknown color: approx Persian Blue. HEX triplet: 34, 3E and AA. RGB value is (52,62,170). Sum of RGB (Red+Green+Blue) = 52+62+170=284 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.31% from 284); Green value is 62 (24.61% from 255 or 21.83% from 284); Blue value is 170 (66.80% from 255 or 59.86% from 284); Max value from RGB is 170 - color contains mainly: blue. Hex color #343EAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343EAA is #CBC155. Grayscale: #464646. Windows color (decimal): -13353302 or 11157044. OLE color: 11157044.

HSL color Cylindrical-coordinate representation of color #343EAA: hue angle of 234.92º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #343EAA is Cyan = 0.69, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5262170-
CMYK0.690.6400.33
HSL234.92º53.15%43.53%-
HSV(B)234.92º69.41%66.67%-
XYZ10.397.0838.85-
YUV71.32183.69114.22-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.31%
GREEN value IS 62 (24.61% from 255) = 21.83%
BLUE value IS 170 (66.80% from 255) = 59.86%
R=18.31%
G=21.83%
B=59.86%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal52621700.690.6400.33234.9253.1543.53
Hex343EAA4540021eb352c
Octal64762521051000413536554
Binary1101001111101010101010001011000000010000111101011110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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