#342CAC

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

Shades of Persian Blue #342CAC

Tints of Persian Blue #342CAC

Color information

#342CAC (or 0x342CAC) is unknown color: approx Persian Blue. HEX triplet: 34, 2C and AC. RGB value is (52,44,172). Sum of RGB (Red+Green+Blue) = 52+44+172=268 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.40% from 268); Green value is 44 (17.58% from 255 or 16.42% from 268); Blue value is 172 (67.58% from 255 or 64.18% from 268); Max value from RGB is 172 - color contains mainly: blue. Hex color #342CAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #342CAC is #CBD353. Grayscale: #3C3C3C. Windows color (decimal): -13357908 or 11283508. OLE color: 11283508.

HSL color Cylindrical-coordinate representation of color #342CAC: hue angle of 243.75º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #342CAC is Cyan = 0.70, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5244172-
CMYK0.700.7400.33
HSL243.75º59.26%42.35%-
HSV(B)243.75º74.42%67.45%-
XYZ9.765.5139.58-
YUV60.98190.65121.59-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.40%
GREEN value IS 44 (17.58% from 255) = 16.42%
BLUE value IS 172 (67.58% from 255) = 64.18%
R=19.40%
G=16.42%
B=64.18%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal52441720.700.7400.33243.7559.2642.35
Hex342CAC464A021f43b2a
Octal64542541061120413647352
Binary1101001011001010110010001101001010010000111110100111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342CAC; }

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

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

<style>
 a { background-color: #342CAC; }

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

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

<style>
 span { border-color: #342CAC; }

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

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