Html Css Color HEX #322DB3 Persian Blue

📋 copy color: '#322DB3'

red 50 ◦ green 45 ◦ blue 179

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

Shades of Persian Blue #322DB3

Tints of Persian Blue #322DB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 65.33%

R = 18.25%
G = 16.42%
B = 65.33%

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

#322DB3 (or 0x322DB3) is known color: Persian Blue. HEX triplet: 32, 2D and B3. RGB value is (50,45,179). Sum of RGB (Red+Green+Blue) = 50+45+179=274 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.25% from 274); Green value is 45 (17.97% from 255 or 16.42% from 274); Blue value is 179 (70.31% from 255 or 65.33% from 274); Max value from RGB is 179 - color contains mainly: blue. Hex color #322DB3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #322DB3 is #CDD24C. Grayscale: #3D3D3D. Windows color (decimal): -13488717 or 11742514. OLE color: 11742514.

HSL color Cylindrical-coordinate representation of color #322DB3: hue angle of 242.24º 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 #322DB3 is Cyan = 0.72, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 50 45 179 -
CMYK 0.72 0.75 0 0.30
HSL 242.24º 0.6% 0.44% -
HSV(B) 242.24º 0.75% 0.7% -
XYZ 10.39 5.81 43.22 -
YUV 61.77 194.16 119.6 -
System Red Green Blue C M Y K H S L
Decimal 50 45 179 0.72 0.75 0 0.30 242.24 0.6 0.44
Hex 32 2D B3 48 4B 0 1E F2 3C 2C
Octal 62 55 263 110 113 0 36 362 74 54
Binary 110010 101101 10110011 1001000 1001011 0 11110 11110010 111100 101100

Color Harmonies of #322DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322DB3

Black with #322DB3

Text Example


Text Example

White with #322DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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