Html Css Color HEX #3228AF Persian Blue

📋 copy color: '#3228AF'

red 50 ◦ green 40 ◦ blue 175

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

Shades of Persian Blue #3228AF

Tints of Persian Blue #3228AF

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.09%

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

R = 18.87%
G = 15.09%
B = 66.04%

CMYK

 C value IS 0.71

 M value IS 0.77

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#3228AF (or 0x3228AF) is known color: Persian Blue. HEX triplet: 32, 28 and AF. RGB value is (50,40,175). Sum of RGB (Red+Green+Blue) = 50+40+175=265 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.87% from 265); Green value is 40 (16.02% from 255 or 15.09% from 265); Blue value is 175 (68.75% from 255 or 66.04% from 265); Max value from RGB is 175 - color contains mainly: blue. Hex color #3228AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3228AF is #CDD750. Grayscale: #393939. Windows color (decimal): -13490001 or 11479090. OLE color: 11479090.

HSL color Cylindrical-coordinate representation of color #3228AF: hue angle of 244.44º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3228AF is Cyan = 0.71, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 50 40 175 -
CMYK 0.71 0.77 0 0.31
HSL 244.44º 0.63% 0.42% -
HSV(B) 244.44º 0.77% 0.69% -
XYZ 9.81 5.29 41.06 -
YUV 58.38 193.81 122.02 -
System Red Green Blue C M Y K H S L
Decimal 50 40 175 0.71 0.77 0 0.31 244.44 0.63 0.42
Hex 32 28 AF 47 4D 0 1F F4 3F 2A
Octal 62 50 257 107 115 0 37 364 77 52
Binary 110010 101000 10101111 1000111 1001101 0 11111 11110100 111111 101010

Color Harmonies of #3228AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3228AF

Black with #3228AF

Text Example


Text Example

White with #3228AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3228AF; }

 p { color: rgb(50,40,175); }

 H1.HeaderClassName
 {
   color: #3228AF;
 }
 .AnyTagClassName
 {
   color: #3228AF;
 }
</style>

background-color css

<style>
 a { background-color: #3228AF; }

 a { background-color: rgb(50,40,175); }

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

border-color css

<style>
 span { border-color: #3228AF; }

 span { border-color: rgb(50,40,175); }

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