Html Css Color HEX #341EAF Persian Blue

📋 copy color: '#341EAF'

red 52 ◦ green 30 ◦ blue 175

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

Shades of Persian Blue #341EAF

Tints of Persian Blue #341EAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 68.09%

R = 20.23%
G = 11.67%
B = 68.09%

CMYK

 C value IS 0.70

 M value IS 0.83

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#341EAF (or 0x341EAF) is known color: Persian Blue. HEX triplet: 34, 1E and AF. RGB value is (52,30,175). Sum of RGB (Red+Green+Blue) = 52+30+175=257 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.23% from 257); Green value is 30 (12.11% from 255 or 11.67% from 257); Blue value is 175 (68.75% from 255 or 68.09% from 257); Max value from RGB is 175 - color contains mainly: blue. Hex color #341EAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #341EAF is #CBE150. Grayscale: #343434. Windows color (decimal): -13361489 or 11476532. OLE color: 11476532.

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

Color convert

RGB 52 30 175 -
CMYK 0.70 0.83 0 0.31
HSL 249.1º 0.71% 0.4% -
HSV(B) 249.1º 0.83% 0.69% -
XYZ 9.62 4.75 40.97 -
YUV 53.11 196.79 127.21 -
System Red Green Blue C M Y K H S L
Decimal 52 30 175 0.70 0.83 0 0.31 249.1 0.71 0.4
Hex 34 1E AF 46 53 0 1F F9 47 28
Octal 64 36 257 106 123 0 37 371 107 50
Binary 110100 11110 10101111 1000110 1010011 0 11111 11111001 1000111 101000

Color Harmonies of #341EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341EAF

Black with #341EAF

Text Example


Text Example

White with #341EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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