Html Css Color HEX #323BA4 Persian Blue

📋 copy color: '#323BA4'

red 50 ◦ green 59 ◦ blue 164

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

Shades of Persian Blue #323BA4

Tints of Persian Blue #323BA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 60.07%

R = 18.32%
G = 21.61%
B = 60.07%

CMYK

 C value IS 0.70

 M value IS 0.64

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#323BA4 (or 0x323BA4) is known color: Persian Blue. HEX triplet: 32, 3B and A4. RGB value is (50,59,164). Sum of RGB (Red+Green+Blue) = 50+59+164=273 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.32% from 273); Green value is 59 (23.44% from 255 or 21.61% from 273); Blue value is 164 (64.45% from 255 or 60.07% from 273); Max value from RGB is 164 - color contains mainly: blue. Hex color #323BA4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323BA4 is #CDC45B. Grayscale: #434343. Windows color (decimal): -13485148 or 10763058. OLE color: 10763058.

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

Color convert

RGB 50 59 164 -
CMYK 0.70 0.64 0 0.36
HSL 235.26º 0.53% 0.42% -
HSV(B) 235.26º 0.7% 0.64% -
XYZ 9.58 6.49 35.87 -
YUV 68.28 182.02 114.96 -
System Red Green Blue C M Y K H S L
Decimal 50 59 164 0.70 0.64 0 0.36 235.26 0.53 0.42
Hex 32 3B A4 46 40 0 24 EB 35 2A
Octal 62 73 244 106 100 0 44 353 65 52
Binary 110010 111011 10100100 1000110 1000000 0 100100 11101011 110101 101010

Color Harmonies of #323BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323BA4

Black with #323BA4

Text Example


Text Example

White with #323BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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