Html Css Color HEX #341EBA Persian Blue

📋 copy color: '#341EBA'

red 52 ◦ green 30 ◦ blue 186

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

Shades of Persian Blue #341EBA

Tints of Persian Blue #341EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 69.4%

R = 19.4%
G = 11.19%
B = 69.4%

CMYK

 C value IS 0.72

 M value IS 0.84

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#341EBA (or 0x341EBA) is known color: Persian Blue. HEX triplet: 34, 1E and BA. RGB value is (52,30,186). Sum of RGB (Red+Green+Blue) = 52+30+186=268 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.40% from 268); Green value is 30 (12.11% from 255 or 11.19% from 268); Blue value is 186 (73.05% from 255 or 69.40% from 268); Max value from RGB is 186 - color contains mainly: blue. Hex color #341EBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #341EBA is #CBE145. Grayscale: #353535. Windows color (decimal): -13361478 or 12197428. OLE color: 12197428.

HSL color Cylindrical-coordinate representation of color #341EBA: hue angle of 248.46º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #341EBA is Cyan = 0.72, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 52 30 186 -
CMYK 0.72 0.84 0 0.27
HSL 248.46º 0.72% 0.42% -
HSV(B) 248.46º 0.84% 0.73% -
XYZ 10.74 5.2 46.89 -
YUV 54.36 202.29 126.32 -
System Red Green Blue C M Y K H S L
Decimal 52 30 186 0.72 0.84 0 0.27 248.46 0.72 0.42
Hex 34 1E BA 48 54 0 1B F8 48 2A
Octal 64 36 272 110 124 0 33 370 110 52
Binary 110100 11110 10111010 1001000 1010100 0 11011 11111000 1001000 101010

Color Harmonies of #341EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341EBA

Black with #341EBA

Text Example


Text Example

White with #341EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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