#342DBF

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

Shades of Persian Blue #342DBF

Tints of Persian Blue #342DBF

Color information

#342DBF (or 0x342DBF) is unknown color: approx Persian Blue. HEX triplet: 34, 2D and BF. RGB value is (52,45,191). Sum of RGB (Red+Green+Blue) = 52+45+191=288 (38% of max value = 765). Red value is 52 (20.70% from 255 or 18.06% from 288); Green value is 45 (17.97% from 255 or 15.62% from 288); Blue value is 191 (75% from 255 or 66.32% from 288); Max value from RGB is 191 - color contains mainly: blue. Hex color #342DBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #342DBF is #CBD240. Grayscale: #3F3F3F. Windows color (decimal): -13357633 or 12528948. OLE color: 12528948.

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

Color convert

RGB5245191-
CMYK0.730.7600.25
HSL242.88º61.86%46.27%-
HSV(B)242.88º76.44%74.9%-
XYZ11.766.3749.9-
YUV63.74199.82119.63-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.06%
GREEN value IS 45 (17.97% from 255) = 15.62%
BLUE value IS 191 (75% from 255) = 66.32%
R=18.06%
G=15.62%
B=66.32%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal52451910.730.7600.25242.8861.8646.27
Hex342DBF494C019f33e2e
Octal64552771111140313637656
Binary110100101101101111111001001100110001100111110011111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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