#342EC8

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

Shades of Persian Blue #342EC8

Tints of Persian Blue #342EC8

Color information

#342EC8 (or 0x342EC8) is unknown color: approx Persian Blue. HEX triplet: 34, 2E and C8. RGB value is (52,46,200). Sum of RGB (Red+Green+Blue) = 52+46+200=298 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.45% from 298); Green value is 46 (18.36% from 255 or 15.44% from 298); Blue value is 200 (78.52% from 255 or 67.11% from 298); Max value from RGB is 200 - color contains mainly: blue. Hex color #342EC8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #342EC8 is #CBD137. Grayscale: #404040. Windows color (decimal): -13357368 or 13119028. OLE color: 13119028.

HSL color Cylindrical-coordinate representation of color #342EC8: hue angle of 242.34º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #342EC8 is Cyan = 0.74, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB5246200-
CMYK0.740.7700.22
HSL242.34º62.6%48.24%-
HSV(B)242.34º77%78.43%-
XYZ12.826.8555.29-
YUV65.35203.99118.48-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.45%
GREEN value IS 46 (18.36% from 255) = 15.44%
BLUE value IS 200 (78.52% from 255) = 67.11%
R=17.45%
G=15.44%
B=67.11%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal52462000.740.7700.22242.3462.648.24
Hex342EC84A4D016f23f30
Octal64563101121150263627760
Binary110100101110110010001001010100110101011011110010111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342EC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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