Html Css Color HEX #342ECE Persian Blue

📋 copy color: '#342ECE'

red 52 ◦ green 46 ◦ blue 206

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

Shades of Persian Blue #342ECE

Tints of Persian Blue #342ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 67.76%

R = 17.11%
G = 15.13%
B = 67.76%

CMYK

 C value IS 0.75

 M value IS 0.78

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#342ECE (or 0x342ECE) is known color: Persian Blue. HEX triplet: 34, 2E and CE. RGB value is (52,46,206). Sum of RGB (Red+Green+Blue) = 52+46+206=304 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.11% from 304); Green value is 46 (18.36% from 255 or 15.13% from 304); Blue value is 206 (80.86% from 255 or 67.76% from 304); Max value from RGB is 206 - color contains mainly: blue. Hex color #342ECE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #342ECE is #CBD131. Grayscale: #414141. Windows color (decimal): -13357362 or 13512244. OLE color: 13512244.

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

Color convert

RGB 52 46 206 -
CMYK 0.75 0.78 0 0.19
HSL 242.25º 0.63% 0.49% -
HSV(B) 242.25º 0.78% 0.81% -
XYZ 13.53 7.14 59.06 -
YUV 66.03 206.99 117.99 -
System Red Green Blue C M Y K H S L
Decimal 52 46 206 0.75 0.78 0 0.19 242.25 0.63 0.49
Hex 34 2E CE 4B 4E 0 13 F2 3F 31
Octal 64 56 316 113 116 0 23 362 77 61
Binary 110100 101110 11001110 1001011 1001110 0 10011 11110010 111111 110001

Color Harmonies of #342ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342ECE

Black with #342ECE

Text Example


Text Example

White with #342ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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