Html Css Color HEX #323CA2 Persian Blue

📋 copy color: '#323CA2'

red 50 ◦ green 60 ◦ blue 162

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

Shades of Persian Blue #323CA2

Tints of Persian Blue #323CA2

RGB

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

 GREEN value IS 60 (23.83% from 255) = 22.06%

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

R = 18.38%
G = 22.06%
B = 59.56%

CMYK

 C value IS 0.69

 M value IS 0.63

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#323CA2 (or 0x323CA2) is known color: Persian Blue. HEX triplet: 32, 3C and A2. RGB value is (50,60,162). Sum of RGB (Red+Green+Blue) = 50+60+162=272 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.38% from 272); Green value is 60 (23.83% from 255 or 22.06% from 272); Blue value is 162 (63.67% from 255 or 59.56% from 272); Max value from RGB is 162 - color contains mainly: blue. Hex color #323CA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323CA2 is #CDC35D. Grayscale: #444444. Windows color (decimal): -13484894 or 10632242. OLE color: 10632242.

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

Color convert

RGB 50 60 162 -
CMYK 0.69 0.63 0 0.36
HSL 234.64º 0.53% 0.42% -
HSV(B) 234.64º 0.69% 0.64% -
XYZ 9.45 6.52 34.94 -
YUV 68.64 180.69 114.71 -
System Red Green Blue C M Y K H S L
Decimal 50 60 162 0.69 0.63 0 0.36 234.64 0.53 0.42
Hex 32 3C A2 45 3F 0 24 EB 35 2A
Octal 62 74 242 105 77 0 44 353 65 52
Binary 110010 111100 10100010 1000101 111111 0 100100 11101011 110101 101010

Color Harmonies of #323CA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323CA2

Black with #323CA2

Text Example


Text Example

White with #323CA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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