Html Css Color HEX #322FDB Persian Blue

📋 copy color: '#322FDB'

red 50 ◦ green 47 ◦ blue 219

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

Shades of Persian Blue #322FDB

Tints of Persian Blue #322FDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 69.3%

R = 15.82%
G = 14.87%
B = 69.3%

CMYK

 C value IS 0.77

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#322FDB (or 0x322FDB) is known color: Persian Blue. HEX triplet: 32, 2F and DB. RGB value is (50,47,219). Sum of RGB (Red+Green+Blue) = 50+47+219=316 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.82% from 316); Green value is 47 (18.75% from 255 or 14.87% from 316); Blue value is 219 (85.94% from 255 or 69.30% from 316); Max value from RGB is 219 - color contains mainly: blue. Hex color #322FDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #322FDB is #CDD024. Grayscale: #424242. Windows color (decimal): -13488165 or 14364466. OLE color: 14364466.

HSL color Cylindrical-coordinate representation of color #322FDB: hue angle of 241.05º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #322FDB is Cyan = 0.77, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 50 47 219 -
CMYK 0.77 0.79 0 0.14
HSL 241.05º 0.7% 0.52% -
HSV(B) 241.05º 0.79% 0.86% -
XYZ 15.12 7.83 67.73 -
YUV 67.51 213.49 115.51 -
System Red Green Blue C M Y K H S L
Decimal 50 47 219 0.77 0.79 0 0.14 241.05 0.7 0.52
Hex 32 2F DB 4D 4F 0 E F1 46 34
Octal 62 57 333 115 117 0 16 361 106 64
Binary 110010 101111 11011011 1001101 1001111 0 1110 11110001 1000110 110100

Color Harmonies of #322FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322FDB

Black with #322FDB

Text Example


Text Example

White with #322FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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