Html Css Color HEX #323AAD Persian Blue

📋 copy color: '#323AAD'

red 50 ◦ green 58 ◦ blue 173

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

Shades of Persian Blue #323AAD

Tints of Persian Blue #323AAD

RGB

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

 GREEN value IS 58 (23.05% from 255) = 20.64%

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

R = 17.79%
G = 20.64%
B = 61.57%

CMYK

 C value IS 0.71

 M value IS 0.66

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#323AAD (or 0x323AAD) is known color: Persian Blue. HEX triplet: 32, 3A and AD. RGB value is (50,58,173). Sum of RGB (Red+Green+Blue) = 50+58+173=281 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.79% from 281); Green value is 58 (23.05% from 255 or 20.64% from 281); Blue value is 173 (67.97% from 255 or 61.57% from 281); Max value from RGB is 173 - color contains mainly: blue. Hex color #323AAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323AAD is #CDC552. Grayscale: #444444. Windows color (decimal): -13485395 or 11352626. OLE color: 11352626.

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

Color convert

RGB 50 58 173 -
CMYK 0.71 0.66 0 0.32
HSL 236.1º 0.55% 0.44% -
HSV(B) 236.1º 0.71% 0.68% -
XYZ 10.37 6.72 40.29 -
YUV 68.72 186.85 114.65 -
System Red Green Blue C M Y K H S L
Decimal 50 58 173 0.71 0.66 0 0.32 236.1 0.55 0.44
Hex 32 3A AD 47 42 0 20 EC 37 2C
Octal 62 72 255 107 102 0 40 354 67 54
Binary 110010 111010 10101101 1000111 1000010 0 100000 11101100 110111 101100

Color Harmonies of #323AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323AAD

Black with #323AAD

Text Example


Text Example

White with #323AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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