Html Css Color HEX #323EA2 Persian Blue

📋 copy color: '#323EA2'

red 50 ◦ green 62 ◦ blue 162

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

Shades of Persian Blue #323EA2

Tints of Persian Blue #323EA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 59.12%

R = 18.25%
G = 22.63%
B = 59.12%

CMYK

 C value IS 0.69

 M value IS 0.62

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#323EA2 (or 0x323EA2) is known color: Persian Blue. HEX triplet: 32, 3E and A2. RGB value is (50,62,162). Sum of RGB (Red+Green+Blue) = 50+62+162=274 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.25% from 274); Green value is 62 (24.61% from 255 or 22.63% from 274); Blue value is 162 (63.67% from 255 or 59.12% from 274); Max value from RGB is 162 - color contains mainly: blue. Hex color #323EA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323EA2 is #CDC15D. Grayscale: #454545. Windows color (decimal): -13484382 or 10632754. OLE color: 10632754.

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

Color convert

RGB 50 62 162 -
CMYK 0.69 0.62 0 0.36
HSL 233.57º 0.53% 0.42% -
HSV(B) 233.57º 0.69% 0.64% -
XYZ 9.56 6.73 34.98 -
YUV 69.81 180.02 113.87 -
System Red Green Blue C M Y K H S L
Decimal 50 62 162 0.69 0.62 0 0.36 233.57 0.53 0.42
Hex 32 3E A2 45 3E 0 24 EA 35 2A
Octal 62 76 242 105 76 0 44 352 65 52
Binary 110010 111110 10100010 1000101 111110 0 100100 11101010 110101 101010

Color Harmonies of #323EA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323EA2

Black with #323EA2

Text Example


Text Example

White with #323EA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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