#343ABD

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

Shades of Persian Blue #343ABD

Tints of Persian Blue #343ABD

Color information

#343ABD (or 0x343ABD) is unknown color: approx Persian Blue. HEX triplet: 34, 3A and BD. RGB value is (52,58,189). Sum of RGB (Red+Green+Blue) = 52+58+189=299 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.39% from 299); Green value is 58 (23.05% from 255 or 19.40% from 299); Blue value is 189 (74.22% from 255 or 63.21% from 299); Max value from RGB is 189 - color contains mainly: blue. Hex color #343ABD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #343ABD is #CBC542. Grayscale: #464646. Windows color (decimal): -13354307 or 12401204. OLE color: 12401204.

HSL color Cylindrical-coordinate representation of color #343ABD: hue angle of 237.37º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #343ABD is Cyan = 0.72, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB5258189-
CMYK0.720.6900.26
HSL237.37º56.85%47.25%-
HSV(B)237.37º72.49%74.12%-
XYZ12.117.4348.94-
YUV71.14194.51114.35-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.39%
GREEN value IS 58 (23.05% from 255) = 19.40%
BLUE value IS 189 (74.22% from 255) = 63.21%
R=17.39%
G=19.40%
B=63.21%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal52581890.720.6900.26237.3756.8547.25
Hex343ABD484501Aed392f
Octal64722751101050323557157
Binary110100111010101111011001000100010101101011101101111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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