Html Css Color HEX #342EC0 Persian Blue

📋 copy color: '#342EC0'

red 52 ◦ green 46 ◦ blue 192

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

Shades of Persian Blue #342EC0

Tints of Persian Blue #342EC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 66.21%

R = 17.93%
G = 15.86%
B = 66.21%

CMYK

 C value IS 0.73

 M value IS 0.76

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#342EC0 (or 0x342EC0) is known color: Persian Blue. HEX triplet: 34, 2E and C0. RGB value is (52,46,192). Sum of RGB (Red+Green+Blue) = 52+46+192=290 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.93% from 290); Green value is 46 (18.36% from 255 or 15.86% from 290); Blue value is 192 (75.39% from 255 or 66.21% from 290); Max value from RGB is 192 - color contains mainly: blue. Hex color #342EC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #342EC0 is #CBD13F. Grayscale: #3F3F3F. Windows color (decimal): -13357376 or 12594740. OLE color: 12594740.

HSL color Cylindrical-coordinate representation of color #342EC0: hue angle of 242.47º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #342EC0 is Cyan = 0.73, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 52 46 192 -
CMYK 0.73 0.76 0 0.25
HSL 242.47º 0.61% 0.47% -
HSV(B) 242.47º 0.76% 0.75% -
XYZ 11.91 6.49 50.49 -
YUV 64.44 199.99 119.13 -
System Red Green Blue C M Y K H S L
Decimal 52 46 192 0.73 0.76 0 0.25 242.47 0.61 0.47
Hex 34 2E C0 49 4C 0 19 F2 3D 2F
Octal 64 56 300 111 114 0 31 362 75 57
Binary 110100 101110 11000000 1001001 1001100 0 11001 11110010 111101 101111

Color Harmonies of #342EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342EC0

Black with #342EC0

Text Example


Text Example

White with #342EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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