#343BAB

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

Shades of Persian Blue #343BAB

Tints of Persian Blue #343BAB

Color information

#343BAB (or 0x343BAB) is unknown color: approx Persian Blue. HEX triplet: 34, 3B and AB. RGB value is (52,59,171). Sum of RGB (Red+Green+Blue) = 52+59+171=282 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.44% from 282); Green value is 59 (23.44% from 255 or 20.92% from 282); Blue value is 171 (67.19% from 255 or 60.64% from 282); Max value from RGB is 171 - color contains mainly: blue. Hex color #343BAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343BAB is #CBC454. Grayscale: #454545. Windows color (decimal): -13354069 or 11221812. OLE color: 11221812.

HSL color Cylindrical-coordinate representation of color #343BAB: hue angle of 236.47º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #343BAB is Cyan = 0.70, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5259171-
CMYK0.700.6500.33
HSL236.47º53.36%43.73%-
HSV(B)236.47º69.59%67.06%-
XYZ10.336.839.3-
YUV69.68185.18115.39-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.44%
GREEN value IS 59 (23.44% from 255) = 20.92%
BLUE value IS 171 (67.19% from 255) = 60.64%
R=18.44%
G=20.92%
B=60.64%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal52591710.700.6500.33236.4753.3643.73
Hex343BAB4641021ec352c
Octal64732531061010413546554
Binary1101001110111010101110001101000001010000111101100110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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