#343BB9

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

Shades of Persian Blue #343BB9

Tints of Persian Blue #343BB9

Color information

#343BB9 (or 0x343BB9) is unknown color: approx Persian Blue. HEX triplet: 34, 3B and B9. RGB value is (52,59,185). Sum of RGB (Red+Green+Blue) = 52+59+185=296 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.57% from 296); Green value is 59 (23.44% from 255 or 19.93% from 296); Blue value is 185 (72.66% from 255 or 62.5% from 296); Max value from RGB is 185 - color contains mainly: blue. Hex color #343BB9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #343BB9 is #CBC446. Grayscale: #464646. Windows color (decimal): -13354055 or 12139316. OLE color: 12139316.

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

Color convert

RGB5259185-
CMYK0.720.6800.27
HSL236.84º56.12%46.47%-
HSV(B)236.84º71.89%72.55%-
XYZ11.747.3646.7-
YUV71.27192.18114.25-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.57%
GREEN value IS 59 (23.44% from 255) = 19.93%
BLUE value IS 185 (72.66% from 255) = 62.5%
R=17.57%
G=19.93%
B=62.5%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal52591850.720.6800.27236.8456.1246.47
Hex343BB9484401Bed382e
Octal64732711101040333557056
Binary110100111011101110011001000100010001101111101101111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343BB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,59,185); }

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

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

 a { background-color: rgb(52,59,185); }

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

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

 span { border-color: rgb(52,59,185); }

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