Html Css Color HEX #322FCD Persian Blue

📋 copy color: '#322FCD'

red 50 ◦ green 47 ◦ blue 205

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

Shades of Persian Blue #322FCD

Tints of Persian Blue #322FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 67.88%

R = 16.56%
G = 15.56%
B = 67.88%

CMYK

 C value IS 0.76

 M value IS 0.77

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#322FCD (or 0x322FCD) is known color: Persian Blue. HEX triplet: 32, 2F and CD. RGB value is (50,47,205). Sum of RGB (Red+Green+Blue) = 50+47+205=302 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.56% from 302); Green value is 47 (18.75% from 255 or 15.56% from 302); Blue value is 205 (80.47% from 255 or 67.88% from 302); Max value from RGB is 205 - color contains mainly: blue. Hex color #322FCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #322FCD is #CDD032. Grayscale: #414141. Windows color (decimal): -13488179 or 13446962. OLE color: 13446962.

HSL color Cylindrical-coordinate representation of color #322FCD: hue angle of 241.14º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #322FCD is Cyan = 0.76, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 50 47 205 -
CMYK 0.76 0.77 0 0.20
HSL 241.14º 0.63% 0.49% -
HSV(B) 241.14º 0.77% 0.8% -
XYZ 13.35 7.12 58.43 -
YUV 65.91 206.49 116.65 -
System Red Green Blue C M Y K H S L
Decimal 50 47 205 0.76 0.77 0 0.20 241.14 0.63 0.49
Hex 32 2F CD 4C 4D 0 14 F1 3F 31
Octal 62 57 315 114 115 0 24 361 77 61
Binary 110010 101111 11001101 1001100 1001101 0 10100 11110001 111111 110001

Color Harmonies of #322FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322FCD

Black with #322FCD

Text Example


Text Example

White with #322FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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