#342ABF

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

Shades of Persian Blue #342ABF

Tints of Persian Blue #342ABF

Color information

#342ABF (or 0x342ABF) is unknown color: approx Persian Blue. HEX triplet: 34, 2A and BF. RGB value is (52,42,191). Sum of RGB (Red+Green+Blue) = 52+42+191=285 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.25% from 285); Green value is 42 (16.80% from 255 or 14.74% from 285); Blue value is 191 (75% from 255 or 67.02% from 285); Max value from RGB is 191 - color contains mainly: blue. Hex color #342ABF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #342ABF is #CBD540. Grayscale: #3D3D3D. Windows color (decimal): -13358401 or 12528180. OLE color: 12528180.

HSL color Cylindrical-coordinate representation of color #342ABF: hue angle of 244.03º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #342ABF is Cyan = 0.73, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB5242191-
CMYK0.730.7800.25
HSL244.03º63.95%45.69%-
HSV(B)244.03º78.01%74.9%-
XYZ11.656.1549.86-
YUV61.98200.81120.88-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.25%
GREEN value IS 42 (16.80% from 255) = 14.74%
BLUE value IS 191 (75% from 255) = 67.02%
R=18.25%
G=14.74%
B=67.02%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal52421910.730.7800.25244.0363.9545.69
Hex342ABF494E019f4402e
Octal645227711111603136410056
Binary1101001010101011111110010011001110011001111101001000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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