#342CBF

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

Shades of Persian Blue #342CBF

Tints of Persian Blue #342CBF

Color information

#342CBF (or 0x342CBF) is unknown color: approx Persian Blue. HEX triplet: 34, 2C and BF. RGB value is (52,44,191). Sum of RGB (Red+Green+Blue) = 52+44+191=287 (38% of max value = 765). Red value is 52 (20.70% from 255 or 18.12% from 287); Green value is 44 (17.58% from 255 or 15.33% from 287); Blue value is 191 (75% from 255 or 66.55% from 287); Max value from RGB is 191 - color contains mainly: blue. Hex color #342CBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #342CBF is #CBD340. Grayscale: #3E3E3E. Windows color (decimal): -13357889 or 12528692. OLE color: 12528692.

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

Color convert

RGB5244191-
CMYK0.730.7700.25
HSL243.27º62.55%46.08%-
HSV(B)243.27º76.96%74.9%-
XYZ11.726.2949.89-
YUV63.15200.15120.05-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.12%
GREEN value IS 44 (17.58% from 255) = 15.33%
BLUE value IS 191 (75% from 255) = 66.55%
R=18.12%
G=15.33%
B=66.55%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal52441910.730.7700.25243.2762.5546.08
Hex342CBF494D019f33f2e
Octal64542771111150313637756
Binary110100101100101111111001001100110101100111110011111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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