Html Css Color HEX #323FAC Persian Blue

📋 copy color: '#323FAC'

red 50 ◦ green 63 ◦ blue 172

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

Shades of Persian Blue #323FAC

Tints of Persian Blue #323FAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 60.35%

R = 17.54%
G = 22.11%
B = 60.35%

CMYK

 C value IS 0.71

 M value IS 0.63

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#323FAC (or 0x323FAC) is known color: Persian Blue. HEX triplet: 32, 3F and AC. RGB value is (50,63,172). Sum of RGB (Red+Green+Blue) = 50+63+172=285 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.54% from 285); Green value is 63 (25% from 255 or 22.11% from 285); Blue value is 172 (67.58% from 255 or 60.35% from 285); Max value from RGB is 172 - color contains mainly: blue. Hex color #323FAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323FAC is #CDC053. Grayscale: #474747. Windows color (decimal): -13484116 or 11288370. OLE color: 11288370.

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

Color convert

RGB 50 63 172 -
CMYK 0.71 0.63 0 0.33
HSL 233.61º 0.55% 0.44% -
HSV(B) 233.61º 0.71% 0.67% -
XYZ 10.54 7.21 39.87 -
YUV 71.54 184.69 112.64 -
System Red Green Blue C M Y K H S L
Decimal 50 63 172 0.71 0.63 0 0.33 233.61 0.55 0.44
Hex 32 3F AC 47 3F 0 21 EA 37 2C
Octal 62 77 254 107 77 0 41 352 67 54
Binary 110010 111111 10101100 1000111 111111 0 100001 11101010 110111 101100

Color Harmonies of #323FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323FAC

Black with #323FAC

Text Example


Text Example

White with #323FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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