Html Css Color HEX #3421BA Persian Blue

📋 copy color: '#3421BA'

red 52 ◦ green 33 ◦ blue 186

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

Shades of Persian Blue #3421BA

Tints of Persian Blue #3421BA

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.18%

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

R = 19.19%
G = 12.18%
B = 68.63%

CMYK

 C value IS 0.72

 M value IS 0.82

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3421BA (or 0x3421BA) is known color: Persian Blue. HEX triplet: 34, 21 and BA. RGB value is (52,33,186). Sum of RGB (Red+Green+Blue) = 52+33+186=271 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.19% from 271); Green value is 33 (13.28% from 255 or 12.18% from 271); Blue value is 186 (73.05% from 255 or 68.63% from 271); Max value from RGB is 186 - color contains mainly: blue. Hex color #3421BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3421BA is #CBDE45. Grayscale: #373737. Windows color (decimal): -13360710 or 12198196. OLE color: 12198196.

HSL color Cylindrical-coordinate representation of color #3421BA: hue angle of 247.45º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3421BA is Cyan = 0.72, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 52 33 186 -
CMYK 0.72 0.82 0 0.27
HSL 247.45º 0.7% 0.43% -
HSV(B) 247.45º 0.82% 0.73% -
XYZ 10.82 5.36 46.92 -
YUV 56.12 201.29 125.06 -
System Red Green Blue C M Y K H S L
Decimal 52 33 186 0.72 0.82 0 0.27 247.45 0.7 0.43
Hex 34 21 BA 48 52 0 1B F7 46 2B
Octal 64 41 272 110 122 0 33 367 106 53
Binary 110100 100001 10111010 1001000 1010010 0 11011 11110111 1000110 101011

Color Harmonies of #3421BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3421BA

Black with #3421BA

Text Example


Text Example

White with #3421BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3421BA; }

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

 H1.HeaderClassName
 {
   color: #3421BA;
 }
 .AnyTagClassName
 {
   color: #3421BA;
 }
</style>

background-color css

<style>
 a { background-color: #3421BA; }

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

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

border-color css

<style>
 span { border-color: #3421BA; }

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

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