Html Css Color HEX #323FAF Persian Blue

📋 copy color: '#323FAF'

red 50 ◦ green 63 ◦ blue 175

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

Shades of Persian Blue #323FAF

Tints of Persian Blue #323FAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 60.76%

R = 17.36%
G = 21.88%
B = 60.76%

CMYK

 C value IS 0.71

 M value IS 0.64

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#323FAF (or 0x323FAF) is known color: Persian Blue. HEX triplet: 32, 3F and AF. RGB value is (50,63,175). Sum of RGB (Red+Green+Blue) = 50+63+175=288 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.36% from 288); Green value is 63 (25% from 255 or 21.88% from 288); Blue value is 175 (68.75% from 255 or 60.76% from 288); Max value from RGB is 175 - color contains mainly: blue. Hex color #323FAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323FAF is #CDC050. Grayscale: #474747. Windows color (decimal): -13484113 or 11484978. OLE color: 11484978.

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

Color convert

RGB 50 63 175 -
CMYK 0.71 0.64 0 0.31
HSL 233.76º 0.56% 0.44% -
HSV(B) 233.76º 0.71% 0.69% -
XYZ 10.83 7.33 41.4 -
YUV 71.88 186.19 112.39 -
System Red Green Blue C M Y K H S L
Decimal 50 63 175 0.71 0.64 0 0.31 233.76 0.56 0.44
Hex 32 3F AF 47 40 0 1F EA 38 2C
Octal 62 77 257 107 100 0 37 352 70 54
Binary 110010 111111 10101111 1000111 1000000 0 11111 11101010 111000 101100

Color Harmonies of #323FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323FAF

Black with #323FAF

Text Example


Text Example

White with #323FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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