#342CDE

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

Shades of Persian Blue #342CDE

Tints of Persian Blue #342CDE

Color information

#342CDE (or 0x342CDE) is unknown color: approx Persian Blue. HEX triplet: 34, 2C and DE. RGB value is (52,44,222). Sum of RGB (Red+Green+Blue) = 52+44+222=318 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.35% from 318); Green value is 44 (17.58% from 255 or 13.84% from 318); Blue value is 222 (87.11% from 255 or 69.81% from 318); Max value from RGB is 222 - color contains mainly: blue. Hex color #342CDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #342CDE is #CBD321. Grayscale: #414141. Windows color (decimal): -13357858 or 14560308. OLE color: 14560308.

HSL color Cylindrical-coordinate representation of color #342CDE: hue angle of 242.7º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #342CDE is Cyan = 0.77, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB5244222-
CMYK0.770.8000.13
HSL242.7º72.95%52.16%-
HSV(B)242.7º80.18%87.06%-
XYZ15.57.8169.8-
YUV66.68215.65117.53-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.35%
GREEN value IS 44 (17.58% from 255) = 13.84%
BLUE value IS 222 (87.11% from 255) = 69.81%
R=16.35%
G=13.84%
B=69.81%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal52442220.770.8000.13242.772.9552.16
Hex342CDE4D500Df34934
Octal645433611512001536311164
Binary110100101100110111101001101101000001101111100111001001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342CDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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