#342AD9

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

Shades of Persian Blue #342AD9

Tints of Persian Blue #342AD9

Color information

#342AD9 (or 0x342AD9) is unknown color: approx Persian Blue. HEX triplet: 34, 2A and D9. RGB value is (52,42,217). Sum of RGB (Red+Green+Blue) = 52+42+217=311 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.72% from 311); Green value is 42 (16.80% from 255 or 13.50% from 311); Blue value is 217 (85.16% from 255 or 69.77% from 311); Max value from RGB is 217 - color contains mainly: blue. Hex color #342AD9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #342AD9 is #CBD526. Grayscale: #404040. Windows color (decimal): -13358375 or 14232116. OLE color: 14232116.

HSL color Cylindrical-coordinate representation of color #342AD9: hue angle of 243.43º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #342AD9 is Cyan = 0.76, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB5242217-
CMYK0.760.8100.15
HSL243.43º69.72%50.78%-
HSV(B)243.43º80.65%85.1%-
XYZ14.777.466.29-
YUV64.94213.81118.77-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.72%
GREEN value IS 42 (16.80% from 255) = 13.50%
BLUE value IS 217 (85.16% from 255) = 69.77%
R=16.72%
G=13.50%
B=69.77%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal52422170.760.8100.15243.4369.7250.78
Hex342AD94C510Ff34633
Octal645233111412101736310663
Binary110100101010110110011001100101000101111111100111000110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342AD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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