Html Css Color HEX #323FAD Persian Blue

📋 copy color: '#323FAD'

red 50 ◦ green 63 ◦ blue 173

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

Shades of Persian Blue #323FAD

Tints of Persian Blue #323FAD

RGB

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

 GREEN value IS 63 (25% from 255) = 22.03%

 BLUE value IS 173 (67.97% from 255) = 60.49%

R = 17.48%
G = 22.03%
B = 60.49%

CMYK

 C value IS 0.71

 M value IS 0.64

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#323FAD (or 0x323FAD) is known color: Persian Blue. HEX triplet: 32, 3F and AD. RGB value is (50,63,173). Sum of RGB (Red+Green+Blue) = 50+63+173=286 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.48% from 286); Green value is 63 (25% from 255 or 22.03% from 286); Blue value is 173 (67.97% from 255 or 60.49% from 286); Max value from RGB is 173 - color contains mainly: blue. Hex color #323FAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323FAD is #CDC052. Grayscale: #474747. Windows color (decimal): -13484115 or 11353906. OLE color: 11353906.

HSL color Cylindrical-coordinate representation of color #323FAD: hue angle of 233.66º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #323FAD is Cyan = 0.71, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 50 63 173 -
CMYK 0.71 0.64 0 0.32
HSL 233.66º 0.55% 0.44% -
HSV(B) 233.66º 0.71% 0.68% -
XYZ 10.64 7.25 40.37 -
YUV 71.65 185.19 112.56 -
System Red Green Blue C M Y K H S L
Decimal 50 63 173 0.71 0.64 0 0.32 233.66 0.55 0.44
Hex 32 3F AD 47 40 0 20 EA 37 2C
Octal 62 77 255 107 100 0 40 352 67 54
Binary 110010 111111 10101101 1000111 1000000 0 100000 11101010 110111 101100

Color Harmonies of #323FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323FAD

Black with #323FAD

Text Example


Text Example

White with #323FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323FAD; }

 p { color: rgb(50,63,173); }

 H1.HeaderClassName
 {
   color: #323FAD;
 }
 .AnyTagClassName
 {
   color: #323FAD;
 }
</style>

background-color css

<style>
 a { background-color: #323FAD; }

 a { background-color: rgb(50,63,173); }

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

border-color css

<style>
 span { border-color: #323FAD; }

 span { border-color: rgb(50,63,173); }

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