Html Css Color HEX #342ECD Persian Blue

📋 copy color: '#342ECD'

red 52 ◦ green 46 ◦ blue 205

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

Shades of Persian Blue #342ECD

Tints of Persian Blue #342ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 67.66%

R = 17.16%
G = 15.18%
B = 67.66%

CMYK

 C value IS 0.75

 M value IS 0.78

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#342ECD (or 0x342ECD) is known color: Persian Blue. HEX triplet: 34, 2E and CD. RGB value is (52,46,205). Sum of RGB (Red+Green+Blue) = 52+46+205=303 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.16% from 303); Green value is 46 (18.36% from 255 or 15.18% from 303); Blue value is 205 (80.47% from 255 or 67.66% from 303); Max value from RGB is 205 - color contains mainly: blue. Hex color #342ECD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #342ECD is #CBD132. Grayscale: #414141. Windows color (decimal): -13357363 or 13446708. OLE color: 13446708.

HSL color Cylindrical-coordinate representation of color #342ECD: hue angle of 242.26º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #342ECD is Cyan = 0.75, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 52 46 205 -
CMYK 0.75 0.78 0 0.20
HSL 242.26º 0.63% 0.49% -
HSV(B) 242.26º 0.78% 0.8% -
XYZ 13.41 7.09 58.42 -
YUV 65.92 206.49 118.07 -
System Red Green Blue C M Y K H S L
Decimal 52 46 205 0.75 0.78 0 0.20 242.26 0.63 0.49
Hex 34 2E CD 4B 4E 0 14 F2 3F 31
Octal 64 56 315 113 116 0 24 362 77 61
Binary 110100 101110 11001101 1001011 1001110 0 10100 11110010 111111 110001

Color Harmonies of #342ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342ECD

Black with #342ECD

Text Example


Text Example

White with #342ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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