Html Css Color HEX #321EAE Persian Blue

📋 copy color: '#321EAE'

red 50 ◦ green 30 ◦ blue 174

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

Shades of Persian Blue #321EAE

Tints of Persian Blue #321EAE

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.81%

 BLUE value IS 174 (68.36% from 255) = 68.5%

R = 19.69%
G = 11.81%
B = 68.5%

CMYK

 C value IS 0.71

 M value IS 0.83

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#321EAE (or 0x321EAE) is known color: Persian Blue. HEX triplet: 32, 1E and AE. RGB value is (50,30,174). Sum of RGB (Red+Green+Blue) = 50+30+174=254 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.69% from 254); Green value is 30 (12.11% from 255 or 11.81% from 254); Blue value is 174 (68.36% from 255 or 68.50% from 254); Max value from RGB is 174 - color contains mainly: blue. Hex color #321EAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #321EAE is #CDE151. Grayscale: #333333. Windows color (decimal): -13492562 or 11410994. OLE color: 11410994.

HSL color Cylindrical-coordinate representation of color #321EAE: hue angle of 248.33º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #321EAE is Cyan = 0.71, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 50 30 174 -
CMYK 0.71 0.83 0 0.32
HSL 248.33º 0.71% 0.4% -
HSV(B) 248.33º 0.83% 0.68% -
XYZ 9.42 4.66 40.45 -
YUV 52.4 196.63 126.29 -
System Red Green Blue C M Y K H S L
Decimal 50 30 174 0.71 0.83 0 0.32 248.33 0.71 0.4
Hex 32 1E AE 47 53 0 20 F8 47 28
Octal 62 36 256 107 123 0 40 370 107 50
Binary 110010 11110 10101110 1000111 1010011 0 100000 11111000 1000111 101000

Color Harmonies of #321EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321EAE

Black with #321EAE

Text Example


Text Example

White with #321EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321EAE; }

 p { color: rgb(50,30,174); }

 H1.HeaderClassName
 {
   color: #321EAE;
 }
 .AnyTagClassName
 {
   color: #321EAE;
 }
</style>

background-color css

<style>
 a { background-color: #321EAE; }

 a { background-color: rgb(50,30,174); }

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

border-color css

<style>
 span { border-color: #321EAE; }

 span { border-color: rgb(50,30,174); }

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