#343AAB

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

Shades of Persian Blue #343AAB

Tints of Persian Blue #343AAB

Color information

#343AAB (or 0x343AAB) is unknown color: approx Persian Blue. HEX triplet: 34, 3A and AB. RGB value is (52,58,171). Sum of RGB (Red+Green+Blue) = 52+58+171=281 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.51% from 281); Green value is 58 (23.05% from 255 or 20.64% from 281); Blue value is 171 (67.19% from 255 or 60.85% from 281); Max value from RGB is 171 - color contains mainly: blue. Hex color #343AAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343AAB is #CBC554. Grayscale: #444444. Windows color (decimal): -13354325 or 11221556. OLE color: 11221556.

HSL color Cylindrical-coordinate representation of color #343AAB: hue angle of 236.97º 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 #343AAB is Cyan = 0.70, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5258171-
CMYK0.700.6600.33
HSL236.97º53.36%43.73%-
HSV(B)236.97º69.59%67.06%-
XYZ10.286.739.28-
YUV69.09185.51115.81-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.51%
GREEN value IS 58 (23.05% from 255) = 20.64%
BLUE value IS 171 (67.19% from 255) = 60.85%
R=18.51%
G=20.64%
B=60.85%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal52581710.700.6600.33236.9753.3643.73
Hex343AAB4642021ed352c
Octal64722531061020413556554
Binary1101001110101010101110001101000010010000111101101110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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