Html Css Color HEX #342ED9 Persian Blue

📋 copy color: '#342ED9'

red 52 ◦ green 46 ◦ blue 217

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

Shades of Persian Blue #342ED9

Tints of Persian Blue #342ED9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 68.89%

R = 16.51%
G = 14.6%
B = 68.89%

CMYK

 C value IS 0.76

 M value IS 0.79

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#342ED9 (or 0x342ED9) is known color: Persian Blue. HEX triplet: 34, 2E and D9. RGB value is (52,46,217). Sum of RGB (Red+Green+Blue) = 52+46+217=315 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.51% from 315); Green value is 46 (18.36% from 255 or 14.60% from 315); Blue value is 217 (85.16% from 255 or 68.89% from 315); Max value from RGB is 217 - color contains mainly: blue. Hex color #342ED9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #342ED9 is #CBD126. Grayscale: #424242. Windows color (decimal): -13357351 or 14233140. OLE color: 14233140.

HSL color Cylindrical-coordinate representation of color #342ED9: hue angle of 242.11º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #342ED9 is Cyan = 0.76, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 52 46 217 -
CMYK 0.76 0.79 0 0.15
HSL 242.11º 0.69% 0.52% -
HSV(B) 242.11º 0.79% 0.85% -
XYZ 14.92 7.69 66.34 -
YUV 67.29 212.49 117.1 -
System Red Green Blue C M Y K H S L
Decimal 52 46 217 0.76 0.79 0 0.15 242.11 0.69 0.52
Hex 34 2E D9 4C 4F 0 F F2 45 34
Octal 64 56 331 114 117 0 17 362 105 64
Binary 110100 101110 11011001 1001100 1001111 0 1111 11110010 1000101 110100

Color Harmonies of #342ED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342ED9

Black with #342ED9

Text Example


Text Example

White with #342ED9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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