Html Css Color HEX #342EDE Persian Blue

📋 copy color: '#342EDE'

red 52 ◦ green 46 ◦ blue 222

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

Shades of Persian Blue #342EDE

Tints of Persian Blue #342EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 69.38%

R = 16.25%
G = 14.38%
B = 69.38%

CMYK

 C value IS 0.77

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#342EDE (or 0x342EDE) is known color: Persian Blue. HEX triplet: 34, 2E and DE. RGB value is (52,46,222). Sum of RGB (Red+Green+Blue) = 52+46+222=320 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.25% from 320); Green value is 46 (18.36% from 255 or 14.38% from 320); Blue value is 222 (87.11% from 255 or 69.38% from 320); Max value from RGB is 222 - color contains mainly: blue. Hex color #342EDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #342EDE is #CBD121. Grayscale: #434343. Windows color (decimal): -13357346 or 14560820. OLE color: 14560820.

HSL color Cylindrical-coordinate representation of color #342EDE: hue angle of 242.05º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #342EDE is Cyan = 0.77, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 52 46 222 -
CMYK 0.77 0.79 0 0.13
HSL 242.05º 0.73% 0.53% -
HSV(B) 242.05º 0.79% 0.87% -
XYZ 15.58 7.96 69.82 -
YUV 67.86 214.99 116.69 -
System Red Green Blue C M Y K H S L
Decimal 52 46 222 0.77 0.79 0 0.13 242.05 0.73 0.53
Hex 34 2E DE 4D 4F 0 D F2 49 35
Octal 64 56 336 115 117 0 15 362 111 65
Binary 110100 101110 11011110 1001101 1001111 0 1101 11110010 1001001 110101

Color Harmonies of #342EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342EDE

Black with #342EDE

Text Example


Text Example

White with #342EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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