#343DBC

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

Shades of Persian Blue #343DBC

Tints of Persian Blue #343DBC

Color information

#343DBC (or 0x343DBC) is unknown color: approx Persian Blue. HEX triplet: 34, 3D and BC. RGB value is (52,61,188). Sum of RGB (Red+Green+Blue) = 52+61+188=301 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.28% from 301); Green value is 61 (24.22% from 255 or 20.27% from 301); Blue value is 188 (73.83% from 255 or 62.46% from 301); Max value from RGB is 188 - color contains mainly: blue. Hex color #343DBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #343DBC is #CBC243. Grayscale: #484848. Windows color (decimal): -13353540 or 12336436. OLE color: 12336436.

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

Color convert

RGB5261188-
CMYK0.720.6800.26
HSL236.03º56.67%47.06%-
HSV(B)236.03º72.34%73.73%-
XYZ12.167.748.42-
YUV72.79193.02113.17-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.28%
GREEN value IS 61 (24.22% from 255) = 20.27%
BLUE value IS 188 (73.83% from 255) = 62.46%
R=17.28%
G=20.27%
B=62.46%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal52611880.720.6800.26236.0356.6747.06
Hex343DBC484401Aec392f
Octal64752741101040323547157
Binary110100111101101111001001000100010001101011101100111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343DBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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