#342FB8

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

Shades of Persian Blue #342FB8

Tints of Persian Blue #342FB8

Color information

#342FB8 (or 0x342FB8) is unknown color: approx Persian Blue. HEX triplet: 34, 2F and B8. RGB value is (52,47,184). Sum of RGB (Red+Green+Blue) = 52+47+184=283 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.37% from 283); Green value is 47 (18.75% from 255 or 16.61% from 283); Blue value is 184 (72.27% from 255 or 65.02% from 283); Max value from RGB is 184 - color contains mainly: blue. Hex color #342FB8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #342FB8 is #CBD047. Grayscale: #3F3F3F. Windows color (decimal): -13357128 or 12070708. OLE color: 12070708.

HSL color Cylindrical-coordinate representation of color #342FB8: hue angle of 242.19º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #342FB8 is Cyan = 0.72, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB5247184-
CMYK0.720.7400.28
HSL242.19º59.31%45.29%-
HSV(B)242.19º74.46%72.16%-
XYZ11.086.2245.96-
YUV64.11195.66119.36-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.37%
GREEN value IS 47 (18.75% from 255) = 16.61%
BLUE value IS 184 (72.27% from 255) = 65.02%
R=18.37%
G=16.61%
B=65.02%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal52471840.720.7400.28242.1959.3145.29
Hex342FB8484A01Cf23b2d
Octal64572701101120343627355
Binary110100101111101110001001000100101001110011110010111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342FB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,47,184); }

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

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

 a { background-color: rgb(52,47,184); }

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

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

 span { border-color: rgb(52,47,184); }

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