Html Css Color HEX #323DAC Persian Blue

📋 copy color: '#323DAC'

red 50 ◦ green 61 ◦ blue 172

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

Shades of Persian Blue #323DAC

Tints of Persian Blue #323DAC

RGB

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

 GREEN value IS 61 (24.22% from 255) = 21.55%

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

R = 17.67%
G = 21.55%
B = 60.78%

CMYK

 C value IS 0.71

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#323DAC (or 0x323DAC) is known color: Persian Blue. HEX triplet: 32, 3D and AC. RGB value is (50,61,172). Sum of RGB (Red+Green+Blue) = 50+61+172=283 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.67% from 283); Green value is 61 (24.22% from 255 or 21.55% from 283); Blue value is 172 (67.58% from 255 or 60.78% from 283); Max value from RGB is 172 - color contains mainly: blue. Hex color #323DAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323DAC is #CDC253. Grayscale: #454545. Windows color (decimal): -13484628 or 11287858. OLE color: 11287858.

HSL color Cylindrical-coordinate representation of color #323DAC: hue angle of 234.59º 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 #323DAC is Cyan = 0.71, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 50 61 172 -
CMYK 0.71 0.65 0 0.33
HSL 234.59º 0.55% 0.44% -
HSV(B) 234.59º 0.71% 0.67% -
XYZ 10.43 6.99 39.83 -
YUV 70.37 185.36 113.47 -
System Red Green Blue C M Y K H S L
Decimal 50 61 172 0.71 0.65 0 0.33 234.59 0.55 0.44
Hex 32 3D AC 47 41 0 21 EB 37 2C
Octal 62 75 254 107 101 0 41 353 67 54
Binary 110010 111101 10101100 1000111 1000001 0 100001 11101011 110111 101100

Color Harmonies of #323DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323DAC

Black with #323DAC

Text Example


Text Example

White with #323DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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