Html Css Color HEX #323EA4 Persian Blue

📋 copy color: '#323EA4'

red 50 ◦ green 62 ◦ blue 164

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

Shades of Persian Blue #323EA4

Tints of Persian Blue #323EA4

RGB

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

 GREEN value IS 62 (24.61% from 255) = 22.46%

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

R = 18.12%
G = 22.46%
B = 59.42%

CMYK

 C value IS 0.70

 M value IS 0.62

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#323EA4 (or 0x323EA4) is known color: Persian Blue. HEX triplet: 32, 3E and A4. RGB value is (50,62,164). Sum of RGB (Red+Green+Blue) = 50+62+164=276 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.12% from 276); Green value is 62 (24.61% from 255 or 22.46% from 276); Blue value is 164 (64.45% from 255 or 59.42% from 276); Max value from RGB is 164 - color contains mainly: blue. Hex color #323EA4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323EA4 is #CDC15B. Grayscale: #454545. Windows color (decimal): -13484380 or 10763826. OLE color: 10763826.

HSL color Cylindrical-coordinate representation of color #323EA4: hue angle of 233.68º 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 #323EA4 is Cyan = 0.70, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 50 62 164 -
CMYK 0.70 0.62 0 0.36
HSL 233.68º 0.53% 0.42% -
HSV(B) 233.68º 0.7% 0.64% -
XYZ 9.74 6.8 35.92 -
YUV 70.04 181.02 113.71 -
System Red Green Blue C M Y K H S L
Decimal 50 62 164 0.70 0.62 0 0.36 233.68 0.53 0.42
Hex 32 3E A4 46 3E 0 24 EA 35 2A
Octal 62 76 244 106 76 0 44 352 65 52
Binary 110010 111110 10100100 1000110 111110 0 100100 11101010 110101 101010

Color Harmonies of #323EA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323EA4

Black with #323EA4

Text Example


Text Example

White with #323EA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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