Html Css Color HEX #322CCC Persian Blue

📋 copy color: '#322CCC'

red 50 ◦ green 44 ◦ blue 204

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

Shades of Persian Blue #322CCC

Tints of Persian Blue #322CCC

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.77%

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

R = 16.78%
G = 14.77%
B = 68.46%

CMYK

 C value IS 0.75

 M value IS 0.78

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#322CCC (or 0x322CCC) is known color: Persian Blue. HEX triplet: 32, 2C and CC. RGB value is (50,44,204). Sum of RGB (Red+Green+Blue) = 50+44+204=298 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.78% from 298); Green value is 44 (17.58% from 255 or 14.77% from 298); Blue value is 204 (80.08% from 255 or 68.46% from 298); Max value from RGB is 204 - color contains mainly: blue. Hex color #322CCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #322CCC is #CDD333. Grayscale: #3F3F3F. Windows color (decimal): -13488948 or 13380658. OLE color: 13380658.

HSL color Cylindrical-coordinate representation of color #322CCC: hue angle of 242.25º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #322CCC is Cyan = 0.75, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 50 44 204 -
CMYK 0.75 0.78 0 0.2
HSL 242.25º 0.65% 0.49% -
HSV(B) 242.25º 0.78% 0.8% -
XYZ 13.12 6.84 57.76 -
YUV 64.03 206.99 117.99 -
System Red Green Blue C M Y K H S L
Decimal 50 44 204 0.75 0.78 0 0.2 242.25 0.65 0.49
Hex 32 2C CC 4B 4E 0 14 F2 41 31
Octal 62 54 314 113 116 0 24 362 101 61
Binary 110010 101100 11001100 1001011 1001110 0 10100 11110010 1000001 110001

Color Harmonies of #322CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322CCC

Black with #322CCC

Text Example


Text Example

White with #322CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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