#342EBE

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

Shades of Persian Blue #342EBE

Tints of Persian Blue #342EBE

Color information

#342EBE (or 0x342EBE) is unknown color: approx Persian Blue. HEX triplet: 34, 2E and BE. RGB value is (52,46,190). Sum of RGB (Red+Green+Blue) = 52+46+190=288 (38% of max value = 765). Red value is 52 (20.70% from 255 or 18.06% from 288); Green value is 46 (18.36% from 255 or 15.97% from 288); Blue value is 190 (74.61% from 255 or 65.97% from 288); Max value from RGB is 190 - color contains mainly: blue. Hex color #342EBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #342EBE is #CBD141. Grayscale: #3F3F3F. Windows color (decimal): -13357378 or 12463668. OLE color: 12463668.

HSL color Cylindrical-coordinate representation of color #342EBE: hue angle of 242.5º degrees, saturation: 0.61, 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 #342EBE is Cyan = 0.73, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB5246190-
CMYK0.730.7600.25
HSL242.5º61.02%46.27%-
HSV(B)242.5º75.79%74.51%-
XYZ11.696.449.33-
YUV64.21198.99119.29-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.06%
GREEN value IS 46 (18.36% from 255) = 15.97%
BLUE value IS 190 (74.61% from 255) = 65.97%
R=18.06%
G=15.97%
B=65.97%

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
Decimal52461900.730.7600.25242.561.0246.27
Hex342EBE494C019f23d2e
Octal64562761111140313627556
Binary110100101110101111101001001100110001100111110010111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,46,190); }

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

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

 a { background-color: rgb(52,46,190); }

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

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

 span { border-color: rgb(52,46,190); }

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