Html Css Color HEX #322DB2 Persian Blue

📋 copy color: '#322DB2'

red 50 ◦ green 45 ◦ blue 178

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

Shades of Persian Blue #322DB2

Tints of Persian Blue #322DB2

RGB

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

 GREEN value IS 45 (17.97% from 255) = 16.48%

 BLUE value IS 178 (69.92% from 255) = 65.2%

R = 18.32%
G = 16.48%
B = 65.2%

CMYK

 C value IS 0.72

 M value IS 0.75

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#322DB2 (or 0x322DB2) is known color: Persian Blue. HEX triplet: 32, 2D and B2. RGB value is (50,45,178). Sum of RGB (Red+Green+Blue) = 50+45+178=273 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.32% from 273); Green value is 45 (17.97% from 255 or 16.48% from 273); Blue value is 178 (69.92% from 255 or 65.20% from 273); Max value from RGB is 178 - color contains mainly: blue. Hex color #322DB2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #322DB2 is #CDD24D. Grayscale: #3D3D3D. Windows color (decimal): -13488718 or 11676978. OLE color: 11676978.

HSL color Cylindrical-coordinate representation of color #322DB2: hue angle of 242.26º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #322DB2 is Cyan = 0.72, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 50 45 178 -
CMYK 0.72 0.75 0 0.30
HSL 242.26º 0.6% 0.44% -
HSV(B) 242.26º 0.75% 0.7% -
XYZ 10.29 5.77 42.69 -
YUV 61.66 193.66 119.69 -
System Red Green Blue C M Y K H S L
Decimal 50 45 178 0.72 0.75 0 0.30 242.26 0.6 0.44
Hex 32 2D B2 48 4B 0 1E F2 3C 2C
Octal 62 55 262 110 113 0 36 362 74 54
Binary 110010 101101 10110010 1001000 1001011 0 11110 11110010 111100 101100

Color Harmonies of #322DB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322DB2

Black with #322DB2

Text Example


Text Example

White with #322DB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,45,178); }

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

background-color css

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

 a { background-color: rgb(50,45,178); }

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

border-color css

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

 span { border-color: rgb(50,45,178); }

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