Html Css Color HEX #3226AD Persian Blue

📋 copy color: '#3226AD'

red 50 ◦ green 38 ◦ blue 173

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

Shades of Persian Blue #3226AD

Tints of Persian Blue #3226AD

RGB

 RED value IS 50 (19.92% from 255) = 19.16%

 GREEN value IS 38 (15.23% from 255) = 14.56%

 BLUE value IS 173 (67.97% from 255) = 66.28%

R = 19.16%
G = 14.56%
B = 66.28%

CMYK

 C value IS 0.71

 M value IS 0.78

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3226AD (or 0x3226AD) is known color: Persian Blue. HEX triplet: 32, 26 and AD. RGB value is (50,38,173). Sum of RGB (Red+Green+Blue) = 50+38+173=261 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.16% from 261); Green value is 38 (15.23% from 255 or 14.56% from 261); Blue value is 173 (67.97% from 255 or 66.28% from 261); Max value from RGB is 173 - color contains mainly: blue. Hex color #3226AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3226AD is #CDD952. Grayscale: #383838. Windows color (decimal): -13490515 or 11347506. OLE color: 11347506.

HSL color Cylindrical-coordinate representation of color #3226AD: hue angle of 245.33º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3226AD is Cyan = 0.71, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 50 38 173 -
CMYK 0.71 0.78 0 0.32
HSL 245.33º 0.64% 0.41% -
HSV(B) 245.33º 0.78% 0.68% -
XYZ 9.55 5.08 40.01 -
YUV 56.98 193.48 123.02 -
System Red Green Blue C M Y K H S L
Decimal 50 38 173 0.71 0.78 0 0.32 245.33 0.64 0.41
Hex 32 26 AD 47 4E 0 20 F5 40 29
Octal 62 46 255 107 116 0 40 365 100 51
Binary 110010 100110 10101101 1000111 1001110 0 100000 11110101 1000000 101001

Color Harmonies of #3226AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3226AD

Black with #3226AD

Text Example


Text Example

White with #3226AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3226AD; }

 p { color: rgb(50,38,173); }

 H1.HeaderClassName
 {
   color: #3226AD;
 }
 .AnyTagClassName
 {
   color: #3226AD;
 }
</style>

background-color css

<style>
 a { background-color: #3226AD; }

 a { background-color: rgb(50,38,173); }

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

border-color css

<style>
 span { border-color: #3226AD; }

 span { border-color: rgb(50,38,173); }

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