Html Css Color HEX #323EAC Persian Blue

📋 copy color: '#323EAC'

red 50 ◦ green 62 ◦ blue 172

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

Shades of Persian Blue #323EAC

Tints of Persian Blue #323EAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 60.56%

R = 17.61%
G = 21.83%
B = 60.56%

CMYK

 C value IS 0.71

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#323EAC (or 0x323EAC) is known color: Persian Blue. HEX triplet: 32, 3E and AC. RGB value is (50,62,172). Sum of RGB (Red+Green+Blue) = 50+62+172=284 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.61% from 284); Green value is 62 (24.61% from 255 or 21.83% from 284); Blue value is 172 (67.58% from 255 or 60.56% from 284); Max value from RGB is 172 - color contains mainly: blue. Hex color #323EAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323EAC is #CDC153. Grayscale: #464646. Windows color (decimal): -13484372 or 11288114. OLE color: 11288114.

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

Color convert

RGB 50 62 172 -
CMYK 0.71 0.64 0 0.33
HSL 234.1º 0.55% 0.44% -
HSV(B) 234.1º 0.71% 0.67% -
XYZ 10.48 7.1 39.85 -
YUV 70.95 185.02 113.06 -
System Red Green Blue C M Y K H S L
Decimal 50 62 172 0.71 0.64 0 0.33 234.1 0.55 0.44
Hex 32 3E AC 47 40 0 21 EA 37 2C
Octal 62 76 254 107 100 0 41 352 67 54
Binary 110010 111110 10101100 1000111 1000000 0 100001 11101010 110111 101100

Color Harmonies of #323EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323EAC

Black with #323EAC

Text Example


Text Example

White with #323EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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