Html Css Color HEX #323EA5 Persian Blue

📋 copy color: '#323EA5'

red 50 ◦ green 62 ◦ blue 165

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

Shades of Persian Blue #323EA5

Tints of Persian Blue #323EA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 59.57%

R = 18.05%
G = 22.38%
B = 59.57%

CMYK

 C value IS 0.70

 M value IS 0.62

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#323EA5 (or 0x323EA5) is known color: Persian Blue. HEX triplet: 32, 3E and A5. RGB value is (50,62,165). Sum of RGB (Red+Green+Blue) = 50+62+165=277 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.05% from 277); Green value is 62 (24.61% from 255 or 22.38% from 277); Blue value is 165 (64.84% from 255 or 59.57% from 277); Max value from RGB is 165 - color contains mainly: blue. Hex color #323EA5 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323EA5 is #CDC15A. Grayscale: #454545. Windows color (decimal): -13484379 or 10829362. OLE color: 10829362.

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

Color convert

RGB 50 62 165 -
CMYK 0.70 0.62 0 0.35
HSL 233.74º 0.53% 0.42% -
HSV(B) 233.74º 0.7% 0.65% -
XYZ 9.83 6.84 36.4 -
YUV 70.15 181.52 113.62 -
System Red Green Blue C M Y K H S L
Decimal 50 62 165 0.70 0.62 0 0.35 233.74 0.53 0.42
Hex 32 3E A5 46 3E 0 23 EA 35 2A
Octal 62 76 245 106 76 0 43 352 65 52
Binary 110010 111110 10100101 1000110 111110 0 100011 11101010 110101 101010

Color Harmonies of #323EA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323EA5

Black with #323EA5

Text Example


Text Example

White with #323EA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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