Html Css Color HEX #322CCB Persian Blue

📋 copy color: '#322CCB'

red 50 ◦ green 44 ◦ blue 203

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

Shades of Persian Blue #322CCB

Tints of Persian Blue #322CCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 68.35%

R = 16.84%
G = 14.81%
B = 68.35%

CMYK

 C value IS 0.75

 M value IS 0.78

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#322CCB (or 0x322CCB) is known color: Persian Blue. HEX triplet: 32, 2C and CB. RGB value is (50,44,203). Sum of RGB (Red+Green+Blue) = 50+44+203=297 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.84% from 297); Green value is 44 (17.58% from 255 or 14.81% from 297); Blue value is 203 (79.69% from 255 or 68.35% from 297); Max value from RGB is 203 - color contains mainly: blue. Hex color #322CCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #322CCB is #CDD334. Grayscale: #3F3F3F. Windows color (decimal): -13488949 or 13315122. OLE color: 13315122.

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

Color convert

RGB 50 44 203 -
CMYK 0.75 0.78 0 0.20
HSL 242.26º 0.64% 0.48% -
HSV(B) 242.26º 0.78% 0.8% -
XYZ 13 6.79 57.13 -
YUV 63.92 206.49 118.07 -
System Red Green Blue C M Y K H S L
Decimal 50 44 203 0.75 0.78 0 0.20 242.26 0.64 0.48
Hex 32 2C CB 4B 4E 0 14 F2 40 30
Octal 62 54 313 113 116 0 24 362 100 60
Binary 110010 101100 11001011 1001011 1001110 0 10100 11110010 1000000 110000

Color Harmonies of #322CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322CCB

Black with #322CCB

Text Example


Text Example

White with #322CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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