#343FA4

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

Shades of Persian Blue #343FA4

Tints of Persian Blue #343FA4

Color information

#343FA4 (or 0x343FA4) is unknown color: approx Persian Blue. HEX triplet: 34, 3F and A4. RGB value is (52,63,164). Sum of RGB (Red+Green+Blue) = 52+63+164=279 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.64% from 279); Green value is 63 (25% from 255 or 22.58% from 279); Blue value is 164 (64.45% from 255 or 58.78% from 279); Max value from RGB is 164 - color contains mainly: blue. Hex color #343FA4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343FA4 is #CBC05B. Grayscale: #464646. Windows color (decimal): -13353052 or 10764084. OLE color: 10764084.

HSL color Cylindrical-coordinate representation of color #343FA4: hue angle of 234.11º 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 #343FA4 is Cyan = 0.68, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB5263164-
CMYK0.680.6200.36
HSL234.11º51.85%42.35%-
HSV(B)234.11º68.29%64.31%-
XYZ9.896.9735.94-
YUV71.22180.36114.29-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.64%
GREEN value IS 63 (25% from 255) = 22.58%
BLUE value IS 164 (64.45% from 255) = 58.78%
R=18.64%
G=22.58%
B=58.78%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal52631640.680.6200.36234.1151.8542.35
Hex343FA4443E024ea342a
Octal6477244104760443526452
Binary110100111111101001001000100111110010010011101010110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343FA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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