#343AA5

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

Shades of Persian Blue #343AA5

Tints of Persian Blue #343AA5

Color information

#343AA5 (or 0x343AA5) is unknown color: approx Persian Blue. HEX triplet: 34, 3A and A5. RGB value is (52,58,165). Sum of RGB (Red+Green+Blue) = 52+58+165=275 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.91% from 275); Green value is 58 (23.05% from 255 or 21.09% from 275); Blue value is 165 (64.84% from 255 or 60% from 275); Max value from RGB is 165 - color contains mainly: blue. Hex color #343AA5 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343AA5 is #CBC55A. Grayscale: #434343. Windows color (decimal): -13354331 or 10828340. OLE color: 10828340.

HSL color Cylindrical-coordinate representation of color #343AA5: hue angle of 236.81º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #343AA5 is Cyan = 0.68, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB5258165-
CMYK0.680.6500.35
HSL236.81º52.07%42.55%-
HSV(B)236.81º68.48%64.71%-
XYZ9.726.4736.33-
YUV68.4182.51116.3-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.91%
GREEN value IS 58 (23.05% from 255) = 21.09%
BLUE value IS 165 (64.84% from 255) = 60%
R=18.91%
G=21.09%
B=60%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal52581650.680.6500.35236.8152.0742.55
Hex343AA54441023ed342b
Octal64722451041010433556453
Binary1101001110101010010110001001000001010001111101101110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343AA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,58,165); }

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

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

 a { background-color: rgb(52,58,165); }

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

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

 span { border-color: rgb(52,58,165); }

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