Html Css Color HEX #341EAE Persian Blue

📋 copy color: '#341EAE'

red 52 ◦ green 30 ◦ blue 174

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

Shades of Persian Blue #341EAE

Tints of Persian Blue #341EAE

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.72%

 BLUE value IS 174 (68.36% from 255) = 67.97%

R = 20.31%
G = 11.72%
B = 67.97%

CMYK

 C value IS 0.70

 M value IS 0.83

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#341EAE (or 0x341EAE) is known color: Persian Blue. HEX triplet: 34, 1E and AE. RGB value is (52,30,174). Sum of RGB (Red+Green+Blue) = 52+30+174=256 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.31% from 256); Green value is 30 (12.11% from 255 or 11.72% from 256); Blue value is 174 (68.36% from 255 or 67.97% from 256); Max value from RGB is 174 - color contains mainly: blue. Hex color #341EAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #341EAE is #CBE151. Grayscale: #343434. Windows color (decimal): -13361490 or 11410996. OLE color: 11410996.

HSL color Cylindrical-coordinate representation of color #341EAE: hue angle of 249.17º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #341EAE is Cyan = 0.70, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 52 30 174 -
CMYK 0.70 0.83 0 0.32
HSL 249.17º 0.71% 0.4% -
HSV(B) 249.17º 0.83% 0.68% -
XYZ 9.52 4.71 40.45 -
YUV 52.99 196.29 127.29 -
System Red Green Blue C M Y K H S L
Decimal 52 30 174 0.70 0.83 0 0.32 249.17 0.71 0.4
Hex 34 1E AE 46 53 0 20 F9 47 28
Octal 64 36 256 106 123 0 40 371 107 50
Binary 110100 11110 10101110 1000110 1010011 0 100000 11111001 1000111 101000

Color Harmonies of #341EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341EAE

Black with #341EAE

Text Example


Text Example

White with #341EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341EAE; }

 p { color: rgb(52,30,174); }

 H1.HeaderClassName
 {
   color: #341EAE;
 }
 .AnyTagClassName
 {
   color: #341EAE;
 }
</style>

background-color css

<style>
 a { background-color: #341EAE; }

 a { background-color: rgb(52,30,174); }

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

border-color css

<style>
 span { border-color: #341EAE; }

 span { border-color: rgb(52,30,174); }

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