#343DBA

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

Shades of Persian Blue #343DBA

Tints of Persian Blue #343DBA

Color information

#343DBA (or 0x343DBA) is unknown color: approx Persian Blue. HEX triplet: 34, 3D and BA. RGB value is (52,61,186). Sum of RGB (Red+Green+Blue) = 52+61+186=299 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.39% from 299); Green value is 61 (24.22% from 255 or 20.40% from 299); Blue value is 186 (73.05% from 255 or 62.21% from 299); Max value from RGB is 186 - color contains mainly: blue. Hex color #343DBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #343DBA is #CBC245. Grayscale: #484848. Windows color (decimal): -13353542 or 12205364. OLE color: 12205364.

HSL color Cylindrical-coordinate representation of color #343DBA: hue angle of 235.97º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #343DBA is Cyan = 0.72, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB5261186-
CMYK0.720.6700.27
HSL235.97º56.3%46.67%-
HSV(B)235.97º72.04%72.94%-
XYZ11.957.6147.29-
YUV72.56192.02113.34-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.39%
GREEN value IS 61 (24.22% from 255) = 20.40%
BLUE value IS 186 (73.05% from 255) = 62.21%
R=17.39%
G=20.40%
B=62.21%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal52611860.720.6700.27235.9756.346.67
Hex343DBA484301Bec382f
Octal64752721101030333547057
Binary110100111101101110101001000100001101101111101100111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,61,186); }

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

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

 a { background-color: rgb(52,61,186); }

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

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

 span { border-color: rgb(52,61,186); }

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