Html Css Color HEX #341ABA Persian Blue

📋 copy color: '#341ABA'

red 52 ◦ green 26 ◦ blue 186

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

Shades of Persian Blue #341ABA

Tints of Persian Blue #341ABA

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.85%

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

R = 19.7%
G = 9.85%
B = 70.45%

CMYK

 C value IS 0.72

 M value IS 0.86

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#341ABA (or 0x341ABA) is known color: Persian Blue. HEX triplet: 34, 1A and BA. RGB value is (52,26,186). Sum of RGB (Red+Green+Blue) = 52+26+186=264 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.70% from 264); Green value is 26 (10.55% from 255 or 9.85% from 264); Blue value is 186 (73.05% from 255 or 70.45% from 264); Max value from RGB is 186 - color contains mainly: blue. Hex color #341ABA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #341ABA is #CBE545. Grayscale: #333333. Windows color (decimal): -13362502 or 12196404. OLE color: 12196404.

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

Color convert

RGB 52 26 186 -
CMYK 0.72 0.86 0 0.27
HSL 249.75º 0.75% 0.42% -
HSV(B) 249.75º 0.86% 0.73% -
XYZ 10.65 5.01 46.86 -
YUV 52.01 203.61 127.99 -
System Red Green Blue C M Y K H S L
Decimal 52 26 186 0.72 0.86 0 0.27 249.75 0.75 0.42
Hex 34 1A BA 48 56 0 1B FA 4B 2A
Octal 64 32 272 110 126 0 33 372 113 52
Binary 110100 11010 10111010 1001000 1010110 0 11011 11111010 1001011 101010

Color Harmonies of #341ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341ABA

Black with #341ABA

Text Example


Text Example

White with #341ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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