Html Css Color HEX #322FCC Persian Blue

📋 copy color: '#322FCC'

red 50 ◦ green 47 ◦ blue 204

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

Shades of Persian Blue #322FCC

Tints of Persian Blue #322FCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 67.77%

R = 16.61%
G = 15.61%
B = 67.77%

CMYK

 C value IS 0.75

 M value IS 0.77

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#322FCC (or 0x322FCC) is known color: Persian Blue. HEX triplet: 32, 2F and CC. RGB value is (50,47,204). Sum of RGB (Red+Green+Blue) = 50+47+204=301 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.61% from 301); Green value is 47 (18.75% from 255 or 15.61% from 301); Blue value is 204 (80.08% from 255 or 67.77% from 301); Max value from RGB is 204 - color contains mainly: blue. Hex color #322FCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #322FCC is #CDD033. Grayscale: #414141. Windows color (decimal): -13488180 or 13381426. OLE color: 13381426.

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

Color convert

RGB 50 47 204 -
CMYK 0.75 0.77 0 0.2
HSL 241.15º 0.63% 0.49% -
HSV(B) 241.15º 0.77% 0.8% -
XYZ 13.23 7.07 57.79 -
YUV 65.8 205.99 116.73 -
System Red Green Blue C M Y K H S L
Decimal 50 47 204 0.75 0.77 0 0.2 241.15 0.63 0.49
Hex 32 2F CC 4B 4D 0 14 F1 3F 31
Octal 62 57 314 113 115 0 24 361 77 61
Binary 110010 101111 11001100 1001011 1001101 0 10100 11110001 111111 110001

Color Harmonies of #322FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322FCC

Black with #322FCC

Text Example


Text Example

White with #322FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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