Html Css Color HEX #342ED6 Persian Blue

📋 copy color: '#342ED6'

red 52 ◦ green 46 ◦ blue 214

#342ED6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Blue #342ED6

Tints of Persian Blue #342ED6

RGB

 RED value IS 52 (20.7% from 255) = 16.67%

 GREEN value IS 46 (18.36% from 255) = 14.74%

 BLUE value IS 214 (83.98% from 255) = 68.59%

R = 16.67%
G = 14.74%
B = 68.59%

CMYK

 C value IS 0.76

 M value IS 0.79

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#342ED6 (or 0x342ED6) is known color: Persian Blue. HEX triplet: 34, 2E and D6. RGB value is (52,46,214). Sum of RGB (Red+Green+Blue) = 52+46+214=312 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.67% from 312); Green value is 46 (18.36% from 255 or 14.74% from 312); Blue value is 214 (83.98% from 255 or 68.59% from 312); Max value from RGB is 214 - color contains mainly: blue. Hex color #342ED6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #342ED6 is #CBD129. Grayscale: #424242. Windows color (decimal): -13357354 or 14036532. OLE color: 14036532.

HSL color Cylindrical-coordinate representation of color #342ED6: hue angle of 242.14º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #342ED6 is Cyan = 0.76, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 52 46 214 -
CMYK 0.76 0.79 0 0.16
HSL 242.14º 0.67% 0.51% -
HSV(B) 242.14º 0.79% 0.84% -
XYZ 14.53 7.54 64.31 -
YUV 66.95 210.99 117.34 -
System Red Green Blue C M Y K H S L
Decimal 52 46 214 0.76 0.79 0 0.16 242.14 0.67 0.51
Hex 34 2E D6 4C 4F 0 10 F2 43 33
Octal 64 56 326 114 117 0 20 362 103 63
Binary 110100 101110 11010110 1001100 1001111 0 10000 11110010 1000011 110011

Color Harmonies of #342ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342ED6

Black with #342ED6

Text Example


Text Example

White with #342ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #342ED6;
 }
 .AnyTagClassName
 {
   color: #342ED6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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