#343BBF

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

Shades of Persian Blue #343BBF

Tints of Persian Blue #343BBF

Color information

#343BBF (or 0x343BBF) is unknown color: approx Persian Blue. HEX triplet: 34, 3B and BF. RGB value is (52,59,191). Sum of RGB (Red+Green+Blue) = 52+59+191=302 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.22% from 302); Green value is 59 (23.44% from 255 or 19.54% from 302); Blue value is 191 (75% from 255 or 63.25% from 302); Max value from RGB is 191 - color contains mainly: blue. Hex color #343BBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #343BBF is #CBC440. Grayscale: #474747. Windows color (decimal): -13354049 or 12532532. OLE color: 12532532.

HSL color Cylindrical-coordinate representation of color #343BBF: hue angle of 236.98º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #343BBF is Cyan = 0.73, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB5259191-
CMYK0.730.6900.25
HSL236.98º57.2%47.65%-
HSV(B)236.98º72.77%74.9%-
XYZ12.387.6250.11-
YUV71.96195.18113.77-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.22%
GREEN value IS 59 (23.44% from 255) = 19.54%
BLUE value IS 191 (75% from 255) = 63.25%
R=17.22%
G=19.54%
B=63.25%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal52591910.730.6900.25236.9857.247.65
Hex343BBF4945019ed3930
Octal64732771111050313557160
Binary110100111011101111111001001100010101100111101101111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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