#342ACA

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

Shades of Persian Blue #342ACA

Tints of Persian Blue #342ACA

Color information

#342ACA (or 0x342ACA) is unknown color: approx Persian Blue. HEX triplet: 34, 2A and CA. RGB value is (52,42,202). Sum of RGB (Red+Green+Blue) = 52+42+202=296 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.57% from 296); Green value is 42 (16.80% from 255 or 14.19% from 296); Blue value is 202 (79.30% from 255 or 68.24% from 296); Max value from RGB is 202 - color contains mainly: blue. Hex color #342ACA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #342ACA is #CBD535. Grayscale: #3E3E3E. Windows color (decimal): -13358390 or 13249076. OLE color: 13249076.

HSL color Cylindrical-coordinate representation of color #342ACA: hue angle of 243.75º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #342ACA is Cyan = 0.74, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB5242202-
CMYK0.740.7900.21
HSL243.75º65.57%47.84%-
HSV(B)243.75º79.21%79.22%-
XYZ12.96.6556.48-
YUV63.23206.31119.99-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.57%
GREEN value IS 42 (16.80% from 255) = 14.19%
BLUE value IS 202 (79.30% from 255) = 68.24%
R=17.57%
G=14.19%
B=68.24%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal52422020.740.7900.21243.7565.5747.84
Hex342ACA4A4F015f44230
Octal645231211211702536410260
Binary1101001010101100101010010101001111010101111101001000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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