#343BB5

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

Shades of Persian Blue #343BB5

Tints of Persian Blue #343BB5

Color information

#343BB5 (or 0x343BB5) is unknown color: approx Persian Blue. HEX triplet: 34, 3B and B5. RGB value is (52,59,181). Sum of RGB (Red+Green+Blue) = 52+59+181=292 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.81% from 292); Green value is 59 (23.44% from 255 or 20.21% from 292); Blue value is 181 (71.09% from 255 or 61.99% from 292); Max value from RGB is 181 - color contains mainly: blue. Hex color #343BB5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #343BB5 is #CBC44A. Grayscale: #464646. Windows color (decimal): -13354059 or 11877172. OLE color: 11877172.

HSL color Cylindrical-coordinate representation of color #343BB5: hue angle of 236.74º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #343BB5 is Cyan = 0.71, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB5259181-
CMYK0.710.6700.29
HSL236.74º55.36%45.69%-
HSV(B)236.74º71.27%70.98%-
XYZ11.327.1944.51-
YUV70.82190.18114.58-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.81%
GREEN value IS 59 (23.44% from 255) = 20.21%
BLUE value IS 181 (71.09% from 255) = 61.99%
R=17.81%
G=20.21%
B=61.99%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal52591810.710.6700.29236.7455.3645.69
Hex343BB5474301Ded372e
Octal64732651071030353556756
Binary110100111011101101011000111100001101110111101101110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343BB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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