Html Css Color HEX #323DAD Persian Blue

📋 copy color: '#323DAD'

red 50 ◦ green 61 ◦ blue 173

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

Shades of Persian Blue #323DAD

Tints of Persian Blue #323DAD

RGB

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

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

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

R = 17.61%
G = 21.48%
B = 60.92%

CMYK

 C value IS 0.71

 M value IS 0.65

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#323DAD (or 0x323DAD) is known color: Persian Blue. HEX triplet: 32, 3D and AD. RGB value is (50,61,173). Sum of RGB (Red+Green+Blue) = 50+61+173=284 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.61% from 284); Green value is 61 (24.22% from 255 or 21.48% from 284); Blue value is 173 (67.97% from 255 or 60.92% from 284); Max value from RGB is 173 - color contains mainly: blue. Hex color #323DAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323DAD is #CDC252. Grayscale: #464646. Windows color (decimal): -13484627 or 11353394. OLE color: 11353394.

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

Color convert

RGB 50 61 173 -
CMYK 0.71 0.65 0 0.32
HSL 234.63º 0.55% 0.44% -
HSV(B) 234.63º 0.71% 0.68% -
XYZ 10.53 7.03 40.34 -
YUV 70.48 185.86 113.39 -
System Red Green Blue C M Y K H S L
Decimal 50 61 173 0.71 0.65 0 0.32 234.63 0.55 0.44
Hex 32 3D AD 47 41 0 20 EB 37 2C
Octal 62 75 255 107 101 0 40 353 67 54
Binary 110010 111101 10101101 1000111 1000001 0 100000 11101011 110111 101100

Color Harmonies of #323DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323DAD

Black with #323DAD

Text Example


Text Example

White with #323DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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