Html Css Color HEX #323BA9 Persian Blue

📋 copy color: '#323BA9'

red 50 ◦ green 59 ◦ blue 169

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

Shades of Persian Blue #323BA9

Tints of Persian Blue #323BA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 60.79%

R = 17.99%
G = 21.22%
B = 60.79%

CMYK

 C value IS 0.70

 M value IS 0.65

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#323BA9 (or 0x323BA9) is known color: Persian Blue. HEX triplet: 32, 3B and A9. RGB value is (50,59,169). Sum of RGB (Red+Green+Blue) = 50+59+169=278 (36% of max value = 765). Red value is 50 (19.92% from 255 or 17.99% from 278); Green value is 59 (23.44% from 255 or 21.22% from 278); Blue value is 169 (66.41% from 255 or 60.79% from 278); Max value from RGB is 169 - color contains mainly: blue. Hex color #323BA9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323BA9 is #CDC456. Grayscale: #444444. Windows color (decimal): -13485143 or 11090738. OLE color: 11090738.

HSL color Cylindrical-coordinate representation of color #323BA9: hue angle of 235.46º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #323BA9 is Cyan = 0.70, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 50 59 169 -
CMYK 0.70 0.65 0 0.34
HSL 235.46º 0.54% 0.43% -
HSV(B) 235.46º 0.7% 0.66% -
XYZ 10.04 6.67 38.29 -
YUV 68.85 184.52 114.56 -
System Red Green Blue C M Y K H S L
Decimal 50 59 169 0.70 0.65 0 0.34 235.46 0.54 0.43
Hex 32 3B A9 46 41 0 22 EB 36 2B
Octal 62 73 251 106 101 0 42 353 66 53
Binary 110010 111011 10101001 1000110 1000001 0 100010 11101011 110110 101011

Color Harmonies of #323BA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323BA9

Black with #323BA9

Text Example


Text Example

White with #323BA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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