#343AAC

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

Shades of Persian Blue #343AAC

Tints of Persian Blue #343AAC

Color information

#343AAC (or 0x343AAC) is unknown color: approx Persian Blue. HEX triplet: 34, 3A and AC. RGB value is (52,58,172). Sum of RGB (Red+Green+Blue) = 52+58+172=282 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.44% from 282); Green value is 58 (23.05% from 255 or 20.57% from 282); Blue value is 172 (67.58% from 255 or 60.99% from 282); Max value from RGB is 172 - color contains mainly: blue. Hex color #343AAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343AAC is #CBC553. Grayscale: #444444. Windows color (decimal): -13354324 or 11287092. OLE color: 11287092.

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

Color convert

RGB5258172-
CMYK0.700.6600.33
HSL237º53.57%43.92%-
HSV(B)237º69.77%67.45%-
XYZ10.386.7339.78-
YUV69.2186.01115.73-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.44%
GREEN value IS 58 (23.05% from 255) = 20.57%
BLUE value IS 172 (67.58% from 255) = 60.99%
R=18.44%
G=20.57%
B=60.99%

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
Decimal52581720.700.6600.3323753.5743.92
Hex343AAC4642021ed362c
Octal64722541061020413556654
Binary1101001110101010110010001101000010010000111101101110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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