Html Css Color HEX #342EE0 Persian Blue

📋 copy color: '#342EE0'

red 52 ◦ green 46 ◦ blue 224

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

Shades of Persian Blue #342EE0

Tints of Persian Blue #342EE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 69.57%

R = 16.15%
G = 14.29%
B = 69.57%

CMYK

 C value IS 0.77

 M value IS 0.79

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#342EE0 (or 0x342EE0) is known color: Persian Blue. HEX triplet: 34, 2E and E0. RGB value is (52,46,224). Sum of RGB (Red+Green+Blue) = 52+46+224=322 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.15% from 322); Green value is 46 (18.36% from 255 or 14.29% from 322); Blue value is 224 (87.89% from 255 or 69.57% from 322); Max value from RGB is 224 - color contains mainly: blue. Hex color #342EE0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #342EE0 is #CBD11F. Grayscale: #434343. Windows color (decimal): -13357344 or 14691892. OLE color: 14691892.

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

Color convert

RGB 52 46 224 -
CMYK 0.77 0.79 0 0.12
HSL 242.02º 0.74% 0.53% -
HSV(B) 242.02º 0.79% 0.88% -
XYZ 15.85 8.07 71.24 -
YUV 68.09 215.99 116.53 -
System Red Green Blue C M Y K H S L
Decimal 52 46 224 0.77 0.79 0 0.12 242.02 0.74 0.53
Hex 34 2E E0 4D 4F 0 C F2 4A 35
Octal 64 56 340 115 117 0 14 362 112 65
Binary 110100 101110 11100000 1001101 1001111 0 1100 11110010 1001010 110101

Color Harmonies of #342EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342EE0

Black with #342EE0

Text Example


Text Example

White with #342EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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