#343BAD

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

Shades of Persian Blue #343BAD

Tints of Persian Blue #343BAD

Color information

#343BAD (or 0x343BAD) is unknown color: approx Persian Blue. HEX triplet: 34, 3B and AD. RGB value is (52,59,173). Sum of RGB (Red+Green+Blue) = 52+59+173=284 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.31% from 284); Green value is 59 (23.44% from 255 or 20.77% from 284); Blue value is 173 (67.97% from 255 or 60.92% from 284); Max value from RGB is 173 - color contains mainly: blue. Hex color #343BAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343BAD is #CBC452. Grayscale: #454545. Windows color (decimal): -13354067 or 11352884. OLE color: 11352884.

HSL color Cylindrical-coordinate representation of color #343BAD: hue angle of 236.53º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #343BAD is Cyan = 0.70, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB5259173-
CMYK0.700.6600.32
HSL236.53º53.78%44.12%-
HSV(B)236.53º69.94%67.84%-
XYZ10.526.8840.31-
YUV69.9186.18115.23-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.31%
GREEN value IS 59 (23.44% from 255) = 20.77%
BLUE value IS 173 (67.97% from 255) = 60.92%
R=18.31%
G=20.77%
B=60.92%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal52591730.700.6600.32236.5353.7844.12
Hex343BAD4642020ed362c
Octal64732551061020403556654
Binary1101001110111010110110001101000010010000011101101110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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