Html Css Color HEX #323EAE Persian Blue

📋 copy color: '#323EAE'

red 50 ◦ green 62 ◦ blue 174

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

Shades of Persian Blue #323EAE

Tints of Persian Blue #323EAE

RGB

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

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

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

R = 17.48%
G = 21.68%
B = 60.84%

CMYK

 C value IS 0.71

 M value IS 0.64

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#323EAE (or 0x323EAE) is known color: Persian Blue. HEX triplet: 32, 3E and AE. RGB value is (50,62,174). Sum of RGB (Red+Green+Blue) = 50+62+174=286 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.48% from 286); Green value is 62 (24.61% from 255 or 21.68% from 286); Blue value is 174 (68.36% from 255 or 60.84% from 286); Max value from RGB is 174 - color contains mainly: blue. Hex color #323EAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323EAE is #CDC151. Grayscale: #464646. Windows color (decimal): -13484370 or 11419186. OLE color: 11419186.

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

Color convert

RGB 50 62 174 -
CMYK 0.71 0.64 0 0.32
HSL 234.19º 0.55% 0.44% -
HSV(B) 234.19º 0.71% 0.68% -
XYZ 10.68 7.18 40.87 -
YUV 71.18 186.02 112.89 -
System Red Green Blue C M Y K H S L
Decimal 50 62 174 0.71 0.64 0 0.32 234.19 0.55 0.44
Hex 32 3E AE 47 40 0 20 EA 37 2C
Octal 62 76 256 107 100 0 40 352 67 54
Binary 110010 111110 10101110 1000111 1000000 0 100000 11101010 110111 101100

Color Harmonies of #323EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323EAE

Black with #323EAE

Text Example


Text Example

White with #323EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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