Html Css Color HEX #323BA3 Persian Blue

📋 copy color: '#323BA3'

red 50 ◦ green 59 ◦ blue 163

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

Shades of Persian Blue #323BA3

Tints of Persian Blue #323BA3

RGB

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

 GREEN value IS 59 (23.44% from 255) = 21.69%

 BLUE value IS 163 (64.06% from 255) = 59.93%

R = 18.38%
G = 21.69%
B = 59.93%

CMYK

 C value IS 0.69

 M value IS 0.64

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#323BA3 (or 0x323BA3) is known color: Persian Blue. HEX triplet: 32, 3B and A3. RGB value is (50,59,163). Sum of RGB (Red+Green+Blue) = 50+59+163=272 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.38% from 272); Green value is 59 (23.44% from 255 or 21.69% from 272); Blue value is 163 (64.06% from 255 or 59.93% from 272); Max value from RGB is 163 - color contains mainly: blue. Hex color #323BA3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323BA3 is #CDC45C. Grayscale: #434343. Windows color (decimal): -13485149 or 10697522. OLE color: 10697522.

HSL color Cylindrical-coordinate representation of color #323BA3: hue angle of 235.22º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #323BA3 is Cyan = 0.69, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 50 59 163 -
CMYK 0.69 0.64 0 0.36
HSL 235.22º 0.53% 0.42% -
HSV(B) 235.22º 0.69% 0.64% -
XYZ 9.49 6.45 35.4 -
YUV 68.17 181.52 115.04 -
System Red Green Blue C M Y K H S L
Decimal 50 59 163 0.69 0.64 0 0.36 235.22 0.53 0.42
Hex 32 3B A3 45 40 0 24 EB 35 2A
Octal 62 73 243 105 100 0 44 353 65 52
Binary 110010 111011 10100011 1000101 1000000 0 100100 11101011 110101 101010

Color Harmonies of #323BA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323BA3

Black with #323BA3

Text Example


Text Example

White with #323BA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,59,163); }

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

background-color css

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

 a { background-color: rgb(50,59,163); }

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

border-color css

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

 span { border-color: rgb(50,59,163); }

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