#343CA4

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

Shades of Persian Blue #343CA4

Tints of Persian Blue #343CA4

Color information

#343CA4 (or 0x343CA4) is unknown color: approx Persian Blue. HEX triplet: 34, 3C and A4. RGB value is (52,60,164). Sum of RGB (Red+Green+Blue) = 52+60+164=276 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.84% from 276); Green value is 60 (23.83% from 255 or 21.74% from 276); Blue value is 164 (64.45% from 255 or 59.42% from 276); Max value from RGB is 164 - color contains mainly: blue. Hex color #343CA4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343CA4 is #CBC35B. Grayscale: #454545. Windows color (decimal): -13353820 or 10763316. OLE color: 10763316.

HSL color Cylindrical-coordinate representation of color #343CA4: hue angle of 235.71º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #343CA4 is Cyan = 0.68, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB5260164-
CMYK0.680.6300.36
HSL235.71º51.85%42.35%-
HSV(B)235.71º68.29%64.31%-
XYZ9.736.6435.89-
YUV69.46181.35115.54-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.84%
GREEN value IS 60 (23.83% from 255) = 21.74%
BLUE value IS 164 (64.45% from 255) = 59.42%
R=18.84%
G=21.74%
B=59.42%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal52601640.680.6300.36235.7151.8542.35
Hex343CA4443F024ec342a
Octal6474244104770443546452
Binary110100111100101001001000100111111010010011101100110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343CA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,60,164); }

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

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

 a { background-color: rgb(52,60,164); }

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

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

 span { border-color: rgb(52,60,164); }

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