Html Css Color HEX #322FB9 Persian Blue

📋 copy color: '#322FB9'

red 50 ◦ green 47 ◦ blue 185

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

Shades of Persian Blue #322FB9

Tints of Persian Blue #322FB9

RGB

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

 GREEN value IS 47 (18.75% from 255) = 16.67%

 BLUE value IS 185 (72.66% from 255) = 65.6%

R = 17.73%
G = 16.67%
B = 65.6%

CMYK

 C value IS 0.73

 M value IS 0.75

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#322FB9 (or 0x322FB9) is known color: Persian Blue. HEX triplet: 32, 2F and B9. RGB value is (50,47,185). Sum of RGB (Red+Green+Blue) = 50+47+185=282 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.73% from 282); Green value is 47 (18.75% from 255 or 16.67% from 282); Blue value is 185 (72.66% from 255 or 65.60% from 282); Max value from RGB is 185 - color contains mainly: blue. Hex color #322FB9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #322FB9 is #CDD046. Grayscale: #3F3F3F. Windows color (decimal): -13488199 or 12136242. OLE color: 12136242.

HSL color Cylindrical-coordinate representation of color #322FB9: hue angle of 241.3º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #322FB9 is Cyan = 0.73, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 50 47 185 -
CMYK 0.73 0.75 0 0.27
HSL 241.3º 0.59% 0.45% -
HSV(B) 241.3º 0.75% 0.73% -
XYZ 11.09 6.21 46.51 -
YUV 63.63 196.49 118.28 -
System Red Green Blue C M Y K H S L
Decimal 50 47 185 0.73 0.75 0 0.27 241.3 0.59 0.45
Hex 32 2F B9 49 4B 0 1B F1 3B 2D
Octal 62 57 271 111 113 0 33 361 73 55
Binary 110010 101111 10111001 1001001 1001011 0 11011 11110001 111011 101101

Color Harmonies of #322FB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322FB9

Black with #322FB9

Text Example


Text Example

White with #322FB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #322FB9; }

 p { color: rgb(50,47,185); }

 H1.HeaderClassName
 {
   color: #322FB9;
 }
 .AnyTagClassName
 {
   color: #322FB9;
 }
</style>

background-color css

<style>
 a { background-color: #322FB9; }

 a { background-color: rgb(50,47,185); }

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

border-color css

<style>
 span { border-color: #322FB9; }

 span { border-color: rgb(50,47,185); }

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