Html Css Color HEX #342FE0 Persian Blue

📋 copy color: '#342FE0'

red 52 ◦ green 47 ◦ blue 224

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

Shades of Persian Blue #342FE0

Tints of Persian Blue #342FE0

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.55%

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

R = 16.1%
G = 14.55%
B = 69.35%

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

#342FE0 (or 0x342FE0) is known color: Persian Blue. HEX triplet: 34, 2F and E0. RGB value is (52,47,224). Sum of RGB (Red+Green+Blue) = 52+47+224=323 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.10% from 323); Green value is 47 (18.75% from 255 or 14.55% from 323); Blue value is 224 (87.89% from 255 or 69.35% from 323); Max value from RGB is 224 - color contains mainly: blue. Hex color #342FE0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #342FE0 is #CBD01F. Grayscale: #434343. Windows color (decimal): -13357088 or 14692148. OLE color: 14692148.

HSL color Cylindrical-coordinate representation of color #342FE0: hue angle of 241.69º 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 #342FE0 is Cyan = 0.77, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 52 47 224 -
CMYK 0.77 0.79 0 0.12
HSL 241.69º 0.74% 0.53% -
HSV(B) 241.69º 0.79% 0.88% -
XYZ 15.89 8.14 71.26 -
YUV 68.67 215.66 116.11 -
System Red Green Blue C M Y K H S L
Decimal 52 47 224 0.77 0.79 0 0.12 241.69 0.74 0.53
Hex 34 2F E0 4D 4F 0 C F2 4A 35
Octal 64 57 340 115 117 0 14 362 112 65
Binary 110100 101111 11100000 1001101 1001111 0 1100 11110010 1001010 110101

Color Harmonies of #342FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342FE0

Black with #342FE0

Text Example


Text Example

White with #342FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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