#342AAA

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

Shades of Persian Blue #342AAA

Tints of Persian Blue #342AAA

Color information

#342AAA (or 0x342AAA) is unknown color: approx Persian Blue. HEX triplet: 34, 2A and AA. RGB value is (52,42,170). Sum of RGB (Red+Green+Blue) = 52+42+170=264 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.70% from 264); Green value is 42 (16.80% from 255 or 15.91% from 264); Blue value is 170 (66.80% from 255 or 64.39% from 264); Max value from RGB is 170 - color contains mainly: blue. Hex color #342AAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #342AAA is #CBD555. Grayscale: #3B3B3B. Windows color (decimal): -13358422 or 11151924. OLE color: 11151924.

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

Color convert

RGB5242170-
CMYK0.690.7500.33
HSL244.69º60.38%41.57%-
HSV(B)244.69º75.29%66.67%-
XYZ9.55.2938.55-
YUV59.58190.31122.59-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.70%
GREEN value IS 42 (16.80% from 255) = 15.91%
BLUE value IS 170 (66.80% from 255) = 64.39%
R=19.70%
G=15.91%
B=64.39%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal52421700.690.7500.33244.6960.3841.57
Hex342AAA454B021f53c2a
Octal64522521051130413657452
Binary1101001010101010101010001011001011010000111110101111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,42,170); }

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

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

 a { background-color: rgb(52,42,170); }

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

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

 span { border-color: rgb(52,42,170); }

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