Html Css Color HEX #341CAE Persian Blue

📋 copy color: '#341CAE'

red 52 ◦ green 28 ◦ blue 174

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

Shades of Persian Blue #341CAE

Tints of Persian Blue #341CAE

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.02%

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

R = 20.47%
G = 11.02%
B = 68.5%

CMYK

 C value IS 0.70

 M value IS 0.84

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#341CAE (or 0x341CAE) is known color: Persian Blue. HEX triplet: 34, 1C and AE. RGB value is (52,28,174). Sum of RGB (Red+Green+Blue) = 52+28+174=254 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.47% from 254); Green value is 28 (11.33% from 255 or 11.02% from 254); Blue value is 174 (68.36% from 255 or 68.50% from 254); Max value from RGB is 174 - color contains mainly: blue. Hex color #341CAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #341CAE is #CBE351. Grayscale: #333333. Windows color (decimal): -13362002 or 11410484. OLE color: 11410484.

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

Color convert

RGB 52 28 174 -
CMYK 0.70 0.84 0 0.32
HSL 249.86º 0.72% 0.4% -
HSV(B) 249.86º 0.84% 0.68% -
XYZ 9.47 4.62 40.44 -
YUV 51.82 196.95 128.13 -
System Red Green Blue C M Y K H S L
Decimal 52 28 174 0.70 0.84 0 0.32 249.86 0.72 0.4
Hex 34 1C AE 46 54 0 20 FA 48 28
Octal 64 34 256 106 124 0 40 372 110 50
Binary 110100 11100 10101110 1000110 1010100 0 100000 11111010 1001000 101000

Color Harmonies of #341CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341CAE

Black with #341CAE

Text Example


Text Example

White with #341CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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